diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-09 05:33:18 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-09 05:33:18 +0200 |
commit | 02924fc49641ca9c000054a7a540b6f1eaa0e8f8 (patch) | |
tree | 986ba532752d7e19d85f77eea57f15579fe913d5 /common.mk | |
parent | 80d999195b2b1896fcd1878a44b0ece474fe678c (diff) | |
download | pcitool-02924fc49641ca9c000054a7a540b6f1eaa0e8f8.tar.gz pcitool-02924fc49641ca9c000054a7a540b6f1eaa0e8f8.tar.bz2 pcitool-02924fc49641ca9c000054a7a540b6f1eaa0e8f8.tar.xz pcitool-02924fc49641ca9c000054a7a540b6f1eaa0e8f8.zip |
Support dynamic registers, support register offsets and multiregisters (bitmasks), list NWL DMA registers
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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)) |