diff options
author | portix <portix@gmx.net> | 2013-05-16 22:26:14 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2013-05-16 22:26:14 +0200 |
commit | a4862d0ab27539ab8a141f4a6a2bc4b8a3e6098c (patch) | |
tree | 1672cb221a278b8a32c656da4c788da3fe307f55 /src/Makefile | |
parent | 8af5d0e94a4630294fb5cd42b9c3b9d5ab306c5c (diff) | |
download | dwb-a4862d0ab27539ab8a141f4a6a2bc4b8a3e6098c.zip |
Moving tools/exar/ to exar/
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 5 |
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) |