FreeCalypso > hg > freecalypso-citrine
comparison L1/audio_cfile/Makefile @ 15:002303327705
l1audio_init.c compiles once again
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 10 Jun 2016 06:27:05 +0000 |
parents | 75a11d740a02 |
children |
comparison
equal
deleted
inserted
replaced
14:bb29929d4b3d | 15:002303327705 |
---|---|
1 CC= arm-elf-gcc | 1 CC= arm-elf-gcc |
2 CPPFLAGS=-I../../include -I../include -I../audio_include -I../audio_cust0 \ | 2 CPPFLAGS=-I../../include -I../include -I../audio_include -I../audio_cust0 \ |
3 -I../dyn_dwl_include -I../tm_include -I../tm_cust0 -I../cust0 \ | 3 -I../dyn_dwl_include -I../tm_include -I../tm_cust0 -I../cust0 \ |
4 -I../tpudrv -DMOVE_IN_INTERNAL_RAM | 4 -I../tpudrv -I../../bsp -DMOVE_IN_INTERNAL_RAM |
5 CFLAGS= -O2 -fno-builtin -mthumb-interwork | 5 CFLAGS= -O2 -fno-builtin -mthumb-interwork |
6 LD= arm-elf-ld | 6 LD= arm-elf-ld |
7 | 7 |
8 XOBJS= l1audio_abb.o l1audio_drive.o l1audio_init.o | 8 XOBJS= l1audio_abb.o l1audio_drive.o l1audio_init.o |
9 | 9 |