view gsm-fw/L1/cust0/Makefile @ 524:11b6ca57a079

gsm-fw/cfgmagic: first rough sketch at L1 configuration
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 14 Jul 2014 07:03:53 +0000
parents 2c9c2b95ddec
children a6ff7b513bcf
line wrap: on
line source

CC=	arm-elf-gcc
CFLAGS=	-O2 -fno-builtin -mthumb-interwork
LD=	arm-elf-ld

IOBJS=	ind_os.o l1_rf12.o

all:	${IOBJS}

clean:
	rm -f *.[oa] *.out *errs