comparison 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
comparison
equal deleted inserted replaced
526:80ee7eacdaeb 527:a6ff7b513bcf
1 CC= arm-elf-gcc 1 CC= arm-elf-gcc
2 CPPFLAGS=-I../../include -I../include -I../audio_include -I../audio_cust0 \
3 -I../tm_include -I../tm_cust0
2 CFLAGS= -O2 -fno-builtin -mthumb-interwork 4 CFLAGS= -O2 -fno-builtin -mthumb-interwork
3 LD= arm-elf-ld 5 LD= arm-elf-ld
4 6
5 IOBJS= ind_os.o l1_rf12.o 7 IOBJS= ind_os.o l1_rf12.o
6 8