FreeCalypso > hg > freecalypso-citrine
comparison Makefile @ 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 SUBDIR= L1 bsp ccd comlib finlink g23m-aci g23m-glue g23m-gsm gpf include \ | |
2 libiram lldbg nucleus riviera serial services sprintf sysglue | |
3 | |
4 default: config.stamp | |
5 ${MAKE} ${MFLAGS} -f Makefile.build $@ | |
6 | |
7 ramImage flashImage: config.stamp | |
8 ${MAKE} ${MFLAGS} -f Makefile.build $@ | |
9 | |
10 config.stamp: build.conf | |
11 cfgmagic/processconf.sh | |
12 touch $@ | |
13 | |
14 build.conf: | |
15 @echo 'Configuration is required before the build.' | |
16 @echo 'Please copy one of the configuration files under configs/' | |
17 @echo 'to build.conf, optionally edit it to taste, and then run make.' | |
18 @false | |
19 | |
20 clean: FRC | |
21 rm -f a.out core errs *.stamp | |
22 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | |
23 | |
24 FRC: |