view gsm-fw/L1/Makefile @ 543:2dccd2b4e5a2

gsm-fw/L1/cust0/Makefile: forgot -mthumb for l1_cust_xip.o
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 03 Aug 2014 05:36:56 +0000
parents e1dd4a240199
children c7e53436c451
line wrap: on
line source

SUBDIR=	cust0

all:	${SUBDIR}

${SUBDIR}: FRC
	cd $@; ${MAKE} ${MFLAGS}

clean: FRC
	rm -f *.[oa] *.out *errs
	for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done

FRC: