From: Keith Packard Date: Sun, 16 Oct 2011 05:54:02 +0000 (-0700) Subject: ao-bringup: Make it build with source restructuring X-Git-Tag: 1.0.9.4~105 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=aef732fc9cdf527a18f2959d6fb7903e832209da 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 --- 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