FreeCalypso > hg > freecalypso-sw
view gsm-fw/Makefile @ 627:42c91c51ca7f
rvinterf: display GPF packets as "GPF" rather than "G23"
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Sep 2014 06:23:38 +0000 |
parents | e1dd4a240199 |
children | 806828641b21 |
line wrap: on
line source
SUBDIR= L1 bsp finlink gpf include nucleus riviera serial services sprintf \ sysglue default: config.stamp ${MAKE} ${MFLAGS} -f Makefile.build $@ ramImage flashImage: config.stamp ${MAKE} ${MFLAGS} -f Makefile.build $@ config.stamp: build.conf cfgmagic/processconf.sh touch $@ build.conf: @echo 'Configuration is required before the build.' @echo 'Please create a valid build.conf file by running config.sh' @echo 'or copying an existing configuration file into place.' @false clean: FRC rm -f a.out core errs *.stamp for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done FRC: