X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=apps%2Ftosthreads%2Fcapps%2FTestLogStorage%2FMakefile;h=cf587f24074f815c9300d4a19a04af77ada3aa10;hp=5a4a3997dcd6976c69b8ed44db401afd04004545;hb=105bebe37aff25173e8a887ab8ce260900700ee1;hpb=ed8168394051cf3530e174f65ceab7ac8db22e2a diff --git a/apps/tosthreads/capps/TestLogStorage/Makefile b/apps/tosthreads/capps/TestLogStorage/Makefile index 5a4a3997..cf587f24 100644 --- a/apps/tosthreads/capps/TestLogStorage/Makefile +++ b/apps/tosthreads/capps/TestLogStorage/Makefile @@ -1,11 +1,11 @@ TOSTHREAD_MAIN=TestLogStorage.c -THIS_SUPPORTED_PLATFORMS=tmote telos telosb eyesIFXv1 eyesIFXv2 mica2 mica2dot telosa eyesIFX micaz iris tinynode +THIS_SUPPORTED_PLATFORMS=tmote telos telosb eyesIFXv1 eyesIFXv2 mica2 mica2dot telosa eyesIFX micaz iris tinynode epic ifneq ($(filter $(THIS_SUPPORTED_PLATFORMS) clean,$(MAKECMDGOALS)),) ifneq ($(filter tmote telos telosb eyesIFXv1,$(MAKECMDGOALS)),) CFLAGS+=-DUSE_STM25P endif - ifneq ($(filter mica2 telosa mica2dot eyesIFX eyesIFXv2 micaz iris tinynode,$(MAKECMDGOALS)),) + ifneq ($(filter mica2 telosa mica2dot eyesIFX eyesIFXv2 micaz iris tinynode epic,$(MAKECMDGOALS)),) CFLAGS+=-DUSE_AT45DB endif