FreeCalypso > hg > freecalypso-sw
diff gsm-fw/L1/tpudrv/Makefile @ 577:d70ebaea3003
L1: tpudrv.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 11 Aug 2014 06:32:10 +0000 |
parents | |
children | d42078e35ac9 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/L1/tpudrv/Makefile Mon Aug 11 06:32:10 2014 +0000 @@ -0,0 +1,12 @@ +CC= arm-elf-gcc +CPPFLAGS=-I../../include -I../include -I../audio_include -I../audio_cust0 \ + -I../tm_include -I../tm_cust0 -I../cust0 +CFLAGS= -O2 -fno-builtin -mthumb-interwork +LD= arm-elf-ld + +OBJS= tpudrv.o + +all: ${OBJS} + +clean: + rm -f *.[oa] *.out *errs