FreeCalypso > hg > freecalypso-sw
view gsm-fw/Makefile @ 554:3a0ce0ea4035
gsm-fw/L1/tpudrv/tpudrv.h: Leonardo version replaced with LoCosto-based one;
l1dmacro_rx_nb() and l1dmacro_rx_cont() prototypes fixed not to include the
csf_filter_choice parameter in the Calypso configuration
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 04 Aug 2014 04:57:24 +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: