diff options
author | root <root@iss-tomyspiel-l> | 2011-06-17 23:40:33 +0200 |
---|---|---|
committer | root <root@iss-tomyspiel-l> | 2011-06-17 23:40:33 +0200 |
commit | 4b5a2c9625acd583573005ef66d17d919469009d (patch) | |
tree | f88335fcc8339aae2e68c82a1dca501b154c0a95 /Makefile | |
parent | 7155e6c0dceb0b860bec6c0e428450137cad39a0 (diff) | |
download | pcitool-4b5a2c9625acd583573005ef66d17d919469009d.tar.gz pcitool-4b5a2c9625acd583573005ef66d17d919469009d.tar.bz2 pcitool-4b5a2c9625acd583573005ef66d17d919469009d.tar.xz pcitool-4b5a2c9625acd583573005ef66d17d919469009d.zip |
Enumerate DMA engines
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ include common.mk ############################################################### # Target definitions -OBJECTS = pci.o default.o tools.o ipecamera/model.o ipecamera/image.o +OBJECTS = pci.o default.o tools.o dma/nwl.o ipecamera/model.o ipecamera/image.o libpcilib.so: $(OBJECTS) echo -e "LD \t$@" |