view gsm-fw/L1/cust0/Makefile @ 527:a6ff7b513bcf

gsm-fw/L1/cust0: use -I flags in the Makefile to make C code files less ugly
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 14 Jul 2014 21:21:07 +0000
parents 2c9c2b95ddec
children 1affe428bf72
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
CFLAGS=	-O2 -fno-builtin -mthumb-interwork
LD=	arm-elf-ld

IOBJS=	ind_os.o l1_rf12.o

all:	${IOBJS}

clean:
	rm -f *.[oa] *.out *errs