diff gsm-fw/gpf/osx/Makefile @ 491:886cd11bc45f

OSX reconstruction started
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 30 Jun 2014 19:28:28 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gsm-fw/gpf/osx/Makefile	Mon Jun 30 19:28:28 2014 +0000
@@ -0,0 +1,10 @@
+CC=	arm-elf-gcc
+CFLAGS=	-O2 -fno-builtin -mthumb-interwork
+CPPFLAGS=-I../inc
+
+OBJS=	osx.o
+
+all:	${OBJS}
+
+clean:
+	rm -f *.[oa] *errs