FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/services/Makefile @ 310:083f262b7bbe
gsm-fw: disabled DAR links
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 17 Mar 2014 05:56:06 +0000 |
parents | 749ca89741fa |
children | b039cafc8e31 |
comparison
equal
deleted
inserted
replaced
309:a7087f91c752 | 310:083f262b7bbe |
---|---|
1 sinclude ../include/config.mk | 1 sinclude ../include/config.mk |
2 | 2 |
3 ALL_SUBDIR= dar etm ffs | 3 ALL_SUBDIR= dar etm ffs |
4 | 4 |
5 BUILD_SUBDIR= ffs | 5 BUILD_SUBDIR= dar ffs |
6 ifeq (${RVM_ETM_SWE},1) | 6 ifeq (${RVM_ETM_SWE},1) |
7 BUILD_SUBDIR+= etm | 7 BUILD_SUBDIR+= etm |
8 endif | 8 endif |
9 | 9 |
10 all: ${BUILD_SUBDIR} | 10 all: ${BUILD_SUBDIR} |