]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/TestBlockStorage/Makefile
iris specific updates
[tinyos-2.x.git] / apps / tosthreads / apps / TestBlockStorage / Makefile
index f4a0d1d3aa4299e0e27f554d3e4768f046609997..c10c64ffd40a3942ea019ca7147f26080434d5ba 100644 (file)
@@ -1,3 +1,10 @@
 COMPONENT=TestBlockStorageAppC
 
+ifneq ($(filter telosb,$(MAKECMDGOALS)),)
+  CFLAGS+=-DUSE_STM25P
+endif
+ifneq ($(filter micaz iris,$(MAKECMDGOALS)),)
+  CFLAGS+=-DUSE_AT45DB
+endif
+
 include $(MAKERULES)