FreeCalypso > hg > freecalypso-sw
view gsm-fw/L1/cust0/Makefile @ 528:1affe428bf72
getting closer to compiling l1_cust.c
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 15 Jul 2014 16:54:52 +0000 |
parents | a6ff7b513bcf |
children | 9dd6ca16f13d |
line wrap: on
line source
CC= arm-elf-gcc CPPFLAGS=-I../../include -I../include -I../audio_include -I../audio_cust0 \ -I../tm_include -I../tm_cust0 -I../tpudrv CFLAGS= -O2 -fno-builtin -mthumb-interwork LD= arm-elf-ld IOBJS= ind_os.o l1_cust.o l1_rf12.o all: ${IOBJS} clean: rm -f *.[oa] *.out *errs