comparison gsm-fw/L1/cfile/Makefile @ 571:8d6062f4e7e4

L1: l1_small.c reworked for FreeCalypso
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 10 Aug 2014 19:51:26 +0000
parents 9df89f93d311
children 8fe8cae8cf92
comparison
equal deleted inserted replaced
570:962f0d3a4e7e 571:8d6062f4e7e4
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../tm_include -I../tm_cust0 -I../cust0 -I../tpudrv \ 3 -I../tm_include -I../tm_cust0 -I../cust0 -I../tpudrv \
4 -DMOVE_IN_INTERNAL_RAM 4 -DMOVE_IN_INTERNAL_RAM
5 CFLAGS= -O2 -fno-builtin -mthumb-interwork 5 CFLAGS= -O2 -fno-builtin -mthumb-interwork
6 ASFLAGS=-mthumb-interwork
6 LD= arm-elf-ld 7 LD= arm-elf-ld
7 INTSED= ../intram.sed 8 INTSED= ../intram.sed
8 9
9 IOBJS= l1_api_hisr.o l1_cmplx_intram.o l1_ctl.o l1_drive.o l1_func.o \ 10 IOBJS= l1_api_hisr.o l1_cmplx_intram.o l1_ctl.o l1_drive.o l1_func.o \
10 l1_mfmgr.o l1_sync_intram.o 11 l1_mfmgr.o l1_small_asm.o l1_sync_intram.o
11 XOBJS= l1_afunc.o l1_async.o l1_cmplx.o l1_init.o l1_pwmgr.o l1_sync.o 12 XOBJS= l1_afunc.o l1_async.o l1_cmplx.o l1_init.o l1_pwmgr.o l1_small_defs.o \
13 l1_sync.o
12 14
13 all: ${IOBJS} ${XOBJS} 15 all: ${IOBJS} ${XOBJS}
14 16
15 ${XOBJS}: %.o : %.c 17 ${XOBJS}: %.o : %.c
16 ${CC} ${CFLAGS} ${CPPFLAGS} -mthumb -c $< 18 ${CC} ${CFLAGS} ${CPPFLAGS} -mthumb -c $<