diff gsm-fw/gpf/tst_drv/iram/Makefile @ 325:ffb0442ffccf

gsm-fw/gpf/tst_drv: got as far as compiling tr2.c
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 19 Apr 2014 00:18:44 +0000
parents
children 7e878e6b9cf7
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gsm-fw/gpf/tst_drv/iram/Makefile	Sat Apr 19 00:18:44 2014 +0000
@@ -0,0 +1,11 @@
+CC=	arm-elf-gcc
+CFLAGS=	-O2 -fno-builtin -mthumb-interwork
+CPPFLAGS=-I../../inc -DRUN_INT_RAM
+VPATH=	..
+
+OBJS=	ser_tr.o titrc.o
+
+all:	${OBJS}
+
+clean:
+	rm -f *.[oa] *errs