FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/Makefile.build @ 143:afceeeb2cba1
Our nuc-fw is destined to become gsm-fw, so I went ahead and did the big hg mv
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 12 Nov 2013 05:35:48 +0000 |
parents | nuc-fw/Makefile.build@d01098eccf21 |
children |
comparison
equal
deleted
inserted
replaced
142:15d5977390c2 | 143:afceeeb2cba1 |
---|---|
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: |