diff gsm-fw/L1/cust0/Makefile @ 520:ed6071292a5c

L1: first C module compiles: ind_os.c
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 10 Jul 2014 15:49:38 +0000
parents
children 2c9c2b95ddec
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gsm-fw/L1/cust0/Makefile	Thu Jul 10 15:49:38 2014 +0000
@@ -0,0 +1,10 @@
+CC=	arm-elf-gcc
+CFLAGS=	-O2 -fno-builtin -mthumb-interwork
+LD=	arm-elf-ld
+
+IOBJS=	ind_os.o
+
+all:	${IOBJS}
+
+clean:
+	rm -f *.[oa] *.out *errs