FreeCalypso > hg > freecalypso-sw
view gsm-fw/nucleus/demo/nucdemo.Makefile @ 890:452a4aea3fc5
gsm-fw: implemented reading of Pirelli's factory calibration records
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 29 Jun 2015 21:45:23 +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