/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to common.mk

  • Committer: Suren A. Chilingaryan
  • Date: 2011-07-09 03:33:18 UTC
  • Revision ID: csa@dside.dyndns.org-20110709033318-2k7vk5s5p5u7btem
Support dynamic registers, support register offsets and multiregisters (bitmasks), list NWL DMA registers

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
SRC += $(wildcard ipecamera/*.cpp)
23
23
SRCC += $(wildcard ipecamera/*.c)
24
24
 
 
25
SRC += $(wildcard dma/*.cpp)
 
26
SRCC += $(wildcard dma/*.c)
 
27
 
25
28
# Corresponding object files 
26
29
OBJ = $(addprefix $(OBJDIR)/,$(SRC:.cpp=.o))
27
30
OBJ += $(addprefix $(OBJDIR)/,$(SRCC:.c=.o))