]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tutorials/LowPowerSensing/Sampler/Makefile
Low Power Sensing Application initial checkin
[tinyos-2.x.git] / apps / tutorials / LowPowerSensing / Sampler / Makefile
diff --git a/apps/tutorials/LowPowerSensing/Sampler/Makefile b/apps/tutorials/LowPowerSensing/Sampler/Makefile
new file mode 100644 (file)
index 0000000..b77d82a
--- /dev/null
@@ -0,0 +1,5 @@
+COMPONENT=LowPowerSensingPeriodicSamplerAppC
+CFLAGS += -I.. -I../sampleLog -I../universal_sensors
+CFLAGS += -DCC1K_DEFAULT_FREQ=CC1K_914_077_MHZ
+
+include $(MAKERULES)