summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index a9ee469..c8d7387 100644
--- a/common.mk
+++ b/common.mk
@@ -22,6 +22,9 @@ SRCC = $(wildcard *.c)
SRC += $(wildcard ipecamera/*.cpp)
SRCC += $(wildcard ipecamera/*.c)
+SRC += $(wildcard dma/*.cpp)
+SRCC += $(wildcard dma/*.c)
+
# Corresponding object files
OBJ = $(addprefix $(OBJDIR)/,$(SRC:.cpp=.o))
OBJ += $(addprefix $(OBJDIR)/,$(SRCC:.c=.o))