diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-12 14:51:11 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-12 14:51:11 +0200 |
commit | 6c922712fd8ee7e75a1b45c4980be22d36d0d1d9 (patch) | |
tree | f10f58ea417b269447f3c3db805e7a5269e845cf /Makefile | |
parent | 493958c9cf11eaa25251d91e9ecab9a28bd6d68f (diff) | |
download | pcitool-6c922712fd8ee7e75a1b45c4980be22d36d0d1d9.tar.gz pcitool-6c922712fd8ee7e75a1b45c4980be22d36d0d1d9.tar.bz2 pcitool-6c922712fd8ee7e75a1b45c4980be22d36d0d1d9.tar.xz pcitool-6c922712fd8ee7e75a1b45c4980be22d36d0d1d9.zip |
Another reorganization of NWL sources
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 register.o kmem.o irq.o dma.o event.o default.o tools.o dma/nwl.o dma/nwl_register.o dma/nwl_irq.o ipecamera/model.o ipecamera/image.o +OBJECTS = pci.o register.o kmem.o irq.o dma.o event.o default.o tools.o dma/nwl.o dma/nwl_register.o dma/nwl_irq.o dma/nwl_engine.o ipecamera/model.o ipecamera/image.o libpcilib.so: $(OBJECTS) echo -e "LD \t$@" |