FreeCalypso > hg > freecalypso-sw
view gsm-fw/nucleus/demo/nucdemo.Makefile @ 995:c22afeecbf34
loadtools/scripts: D-Sample config added
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 02 Jan 2016 04:05:51 +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