summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-12 14:51:11 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-12 14:51:11 +0200
commit6c922712fd8ee7e75a1b45c4980be22d36d0d1d9 (patch)
treef10f58ea417b269447f3c3db805e7a5269e845cf /Makefile
parent493958c9cf11eaa25251d91e9ecab9a28bd6d68f (diff)
downloadipecamera-6c922712fd8ee7e75a1b45c4980be22d36d0d1d9.tar.gz
ipecamera-6c922712fd8ee7e75a1b45c4980be22d36d0d1d9.tar.bz2
ipecamera-6c922712fd8ee7e75a1b45c4980be22d36d0d1d9.tar.xz
ipecamera-6c922712fd8ee7e75a1b45c4980be22d36d0d1d9.zip
Another reorganization of NWL sources
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3722a6e..f02a658 100644
--- a/Makefile
+++ b/Makefile
@@ -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$@"