FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/L1/cfile/Makefile @ 547:32f7494783db
L1: l1_api_hisr.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 03 Aug 2014 07:07:24 +0000 |
parents | c7e53436c451 |
children | b1e2dbb3c751 |
comparison
equal
deleted
inserted
replaced
546:c7e53436c451 | 547:32f7494783db |
---|---|
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../tpudrv | 3 -I../tm_include -I../tm_cust0 -I../tpudrv |
4 CFLAGS= -O2 -fno-builtin -mthumb-interwork | 4 CFLAGS= -O2 -fno-builtin -mthumb-interwork |
5 LD= arm-elf-ld | 5 LD= arm-elf-ld |
6 | 6 |
7 IOBJS= | 7 IOBJS= l1_api_hisr.o |
8 XOBJS= l1_afunc.o | 8 XOBJS= l1_afunc.o |
9 | 9 |
10 all: ${XOBJS} | 10 all: ${IOBJS} ${XOBJS} |
11 | 11 |
12 ${XOBJS}: %.o : %.c | 12 ${XOBJS}: %.o : %.c |
13 ${CC} ${CFLAGS} ${CPPFLAGS} -mthumb -c $< | 13 ${CC} ${CFLAGS} ${CPPFLAGS} -mthumb -c $< |
14 | 14 |
15 clean: | 15 clean: |