diff options
author | Keith Packard <keithp@keithp.com> | 2011-10-15 22:54:02 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-10-15 22:54:02 -0700 |
commit | aef732fc9cdf527a18f2959d6fb7903e832209da (patch) | |
tree | ea96b356ab0f5272336ed088afcd44cad318c891 /ao-bringup | |
parent | 0debe7ffc2aab2b4d08f42e488cb783ae91c36ab (diff) |
ao-bringup: Make it build with source restructuring
Source code all moved around, need to find the header files in new directories.x
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-bringup')
-rw-r--r-- | ao-bringup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-bringup/Makefile b/ao-bringup/Makefile index cacbc161..7fdde985 100644 --- a/ao-bringup/Makefile +++ b/ao-bringup/Makefile @@ -1,7 +1,7 @@ CC=sdcc DEBUG=--debug -CFLAGS=--model-small --debug -I../src +CFLAGS=--model-small --debug -I../src/core -I../src/cc1111 LDFLAGS=--out-fmt-ihx --code-loc 0xf000 --xram-loc 0xf400 --xram-size 1024 --iram-size 0xff |