summaryrefslogtreecommitdiff
path: root/src/cc1111/Makefile.cc1111
diff options
context:
space:
mode:
authorMike Beattie <mike@ethernal.org>2012-08-08 06:46:56 +1200
committerMike Beattie <mike@ethernal.org>2012-08-08 06:46:56 +1200
commitbd02349111ae0f39b320e6a10a330051ddc39fdf (patch)
treeab7a29204eea195db77aa302fbe3e2012ef5049e /src/cc1111/Makefile.cc1111
parent8e4ebd1f6eb928b5cb7bcda4ed88851aa9e61bdf (diff)
parentc7f228503870c44dfd278ede8b0980dbac73d3c7 (diff)
Merge branch 'master' of git://git.gag.com/fw/altos
Diffstat (limited to 'src/cc1111/Makefile.cc1111')
-rw-r--r--src/cc1111/Makefile.cc11115
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cc1111/Makefile.cc1111 b/src/cc1111/Makefile.cc1111
index f7ecce33..0e19603b 100644
--- a/src/cc1111/Makefile.cc1111
+++ b/src/cc1111/Makefile.cc1111
@@ -2,7 +2,7 @@ CC=sdcc
CFLAGS=--model-small --debug --opt-code-speed -DCODESIZE=$(CODESIZE)
-CFLAGS += $(PRODUCT_DEF) -I. -I.. -I../core -I../cc1111 -I../driver -I../product
+CFLAGS += $(PRODUCT_DEF) -I. -I.. -I../core -I../cc1111 -I../drivers -I../product
CODESIZE ?= 0x8000
@@ -33,3 +33,6 @@ clean-cc1111:
rm -f $(PROGNAME)-*
rm -f ao_product.h
rm -f ../$(PROGNAME)-*
+
+../ao_kalman.h:
+ +(cd .. && make ao_kalman.h)