FreeCalypso > hg > freecalypso-sw
view gsm-fw/gpf/osx/Makefile @ 783:79ccc6a27a95
gsm-fw/g23m-aci/aci: aci_*.c modules compile
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 08 Mar 2015 23:42:01 +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