summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2013-05-16 22:26:14 +0200
committerportix <portix@gmx.net>2013-05-16 22:26:14 +0200
commita4862d0ab27539ab8a141f4a6a2bc4b8a3e6098c (patch)
tree1672cb221a278b8a32c656da4c788da3fe307f55 /src/Makefile
parent8af5d0e94a4630294fb5cd42b9c3b9d5ab306c5c (diff)
downloaddwb-a4862d0ab27539ab8a141f4a6a2bc4b8a3e6098c.zip
Moving tools/exar/ to exar/
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 3c0213c5..61a0923d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -5,8 +5,11 @@ BASEDIR=..
include $(BASEDIR)/config.mk
include config.mk
+CFLAGS+=-I$(BASEDIR)/$(EXARDIR)
-DEPS=$(patsubst %.o, %.d, $(OBJ))
+DEPS=$(patsubst %.o, %.d, $(OBJ))
+
+OBJ += $(BASEDIR)/exar/exar.o
all: $(TARGET)