X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Fapps%2FTestBlockStorage%2FMakefile;h=c10c64ffd40a3942ea019ca7147f26080434d5ba;hb=0679f08533c8769d7541e0a26610ac8f57fae0b6;hp=6861fb769cdb9f4a8d8084218a6719fe98b69217;hpb=8b847722be7f26618416942bb57b425391e5e555;p=tinyos-2.x.git diff --git a/apps/tosthreads/apps/TestBlockStorage/Makefile b/apps/tosthreads/apps/TestBlockStorage/Makefile index 6861fb76..c10c64ff 100644 --- a/apps/tosthreads/apps/TestBlockStorage/Makefile +++ b/apps/tosthreads/apps/TestBlockStorage/Makefile @@ -3,7 +3,7 @@ COMPONENT=TestBlockStorageAppC ifneq ($(filter telosb,$(MAKECMDGOALS)),) CFLAGS+=-DUSE_STM25P endif -ifneq ($(filter micaz,$(MAKECMDGOALS)),) +ifneq ($(filter micaz iris,$(MAKECMDGOALS)),) CFLAGS+=-DUSE_AT45DB endif