FreeCalypso > hg > freecalypso-sw
comparison 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 |
comparison
equal
deleted
inserted
replaced
576:660e83f13cab | 577:d70ebaea3003 |
---|---|
1 CC= arm-elf-gcc | |
2 CPPFLAGS=-I../../include -I../include -I../audio_include -I../audio_cust0 \ | |
3 -I../tm_include -I../tm_cust0 -I../cust0 | |
4 CFLAGS= -O2 -fno-builtin -mthumb-interwork | |
5 LD= arm-elf-ld | |
6 | |
7 OBJS= tpudrv.o | |
8 | |
9 all: ${OBJS} | |
10 | |
11 clean: | |
12 rm -f *.[oa] *.out *errs |