view gsm-fw/gpf/osx/Makefile @ 646:7310ce904148

gsm-fw/bsp/niq32.c: SIM hooked in
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 03 Sep 2014 22:27:24 +0000
parents 886cd11bc45f
children
line wrap: on
line source

CC=	arm-elf-gcc
CFLAGS=	-O2 -fno-builtin -mthumb-interwork
CPPFLAGS=-I../inc

OBJS=	osx.o

all:	${OBJS}

clean:
	rm -f *.[oa] *errs