FreeCalypso > hg > freecalypso-sw
view gsm-fw/nucleus/demo/nucdemo.Makefile @ 210:1d87b335fc50
gsm-fw/services/ffs: cfgffs.c integrated
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 26 Dec 2013 04:37:10 +0000 |
parents | afceeeb2cba1 |
children |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb CPPFLAGS=-I../nucleus OBJS= demo.o all: ${OBJS} clean: rm -f *.[oa] *errs