Extract M4 IPC IRQ code into separate file.

This commit is contained in:
Jared Boone
2015-08-20 20:39:08 -07:00
parent 11561659b4
commit 672284080b
4 changed files with 85 additions and 24 deletions

View File

@@ -125,6 +125,7 @@ CSRC = $(PORTSRC) \
CPPSRC = main.cpp \
message_queue.cpp \
event_m4.cpp \
irq_ipc_m4.cpp \
gpdma.cpp \
baseband_dma.cpp \
portapack_shared_memory.cpp \