diff 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 diff
--- a/gsm-fw/L1/cust0/Makefile	Mon Jul 14 20:57:06 2014 +0000
+++ b/gsm-fw/L1/cust0/Makefile	Mon Jul 14 21:21:07 2014 +0000
@@ -1,4 +1,6 @@
 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