comparison Makefile.build @ 0:75a11d740a02

initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 00:02:41 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:75a11d740a02
1 # The primary Makefile invokes ${MAKE} with this sub-Makefile
2 # just like the typical subdirectory Makefiles.
3 # This invokation happens after the processconf.sh step,
4 # hence the include below.
5
6 include include/config.mk
7
8 default: ${BUILD_DEFAULT_IMAGE}
9
10 ${BUILD_COMPONENTS}: FRC
11 cd $@; ${MAKE} ${MFLAGS}
12
13 ramImage flashImage: ${BUILD_COMPONENTS}
14 cd finlink; ${MAKE} ${MFLAGS} $@
15
16 FRC: