view gsm-fw/nucleus/demo/nucdemo.Makefile @ 538:e23796f8bd47

gsm-fw/L1/include/l1_defty.h: include path for cust_os.h
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 02 Aug 2014 03:27:46 +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