view gsm-fw/Makefile.build @ 972:6de5661d1fe1

gsm-fw/services/etm/etm_api.c: same fix in etm_pkt_send() as in tcs211-c139
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Fri, 13 Nov 2015 19:29:16 +0000
parents afceeeb2cba1
children
line wrap: on
line source

# The primary Makefile invokes ${MAKE} with this sub-Makefile
# just like the typical subdirectory Makefiles.
# This invokation happens after the processconf.sh step,
# hence the include below.

include	include/config.mk

default: ${BUILD_DEFAULT_IMAGE}

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

ramImage flashImage: ${BUILD_COMPONENTS}
	cd finlink; ${MAKE} ${MFLAGS} $@

FRC: