/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 Makefile

  • Committer: root
  • Date: 2011-06-17 21:40:33 UTC
  • Revision ID: root@iss-tomyspiel-l-20110617214033-np5x6881odzlfgmg
Enumerate DMA engines

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
###############################################################
15
15
# Target definitions
16
16
 
17
 
OBJECTS = pci.o  default.o tools.o ipecamera/model.o ipecamera/image.o
 
17
OBJECTS = pci.o  default.o tools.o dma/nwl.o ipecamera/model.o ipecamera/image.o 
18
18
 
19
19
libpcilib.so: $(OBJECTS)
20
20
        echo -e "LD \t$@"