FreeCalypso > hg > freecalypso-sw
comparison nuc-fw/Makefile.build @ 89:d01098eccf21
nuc-fw: configuration mechanism hooked into the top level Makefile
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 25 Aug 2013 19:05:51 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
88:ccde45a06737 | 89:d01098eccf21 |
---|---|
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: |