FreeCalypso > hg > freecalypso-citrine
diff L1/cfile/Makefile @ 9:b80f0c5016ee
L1/cfile: new code compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 09 Jun 2016 06:28:19 +0000 |
parents | 75a11d740a02 |
children |
line wrap: on
line diff
--- a/L1/cfile/Makefile Thu Jun 09 05:45:03 2016 +0000 +++ b/L1/cfile/Makefile Thu Jun 09 06:28:19 2016 +0000 @@ -1,7 +1,7 @@ CC= arm-elf-gcc CPPFLAGS=-I../../include -I../include -I../audio_include -I../audio_cust0 \ -I../dyn_dwl_include -I../tm_include -I../tm_cust0 -I../cust0 \ - -I../tpudrv -DMOVE_IN_INTERNAL_RAM + -I../tpudrv -I../../bsp -I../../bsp/abb+spi -DMOVE_IN_INTERNAL_RAM CFLAGS= -O2 -fno-builtin -mthumb-interwork ASFLAGS=-mthumb-interwork LD= arm-elf-ld