view gsm-fw/services/Makefile @ 623:f5243fa2d2b9
gsm-fw/gpf/frame/frame.c: removed the nonsensical TraceMask[0] = 0 setting
author
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date
Sun, 31 Aug 2014 02:18:44 +0000 (2014-08-31)
parents
083f262b7bbe
children
b039cafc8e31
line source
+ − sinclude ../include/config.mk
+ −
+ − ALL_SUBDIR= dar etm ffs
+ −
+ − BUILD_SUBDIR= dar ffs
+ − ifeq (${RVM_ETM_SWE},1)
+ − BUILD_SUBDIR+= etm
+ − endif
+ −
+ − all: ${BUILD_SUBDIR}
+ −
+ − ${BUILD_SUBDIR}: FRC
+ − cd $@; ${MAKE} ${MFLAGS}
+ −
+ − clean: FRC
+ − rm -f *.[oa] *.out *errs
+ − for i in ${ALL_SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done
+ −
+ − FRC: