aboutsummaryrefslogtreecommitdiff
path: root/csource/Blink/Makefile
diff options
context:
space:
mode:
authorDonald Delmar Davis <don@suspectdevices.com>2012-10-07 20:20:55 -0700
committerDonald Delmar Davis <don@suspectdevices.com>2012-10-07 20:20:55 -0700
commita5094138af9cd518a4e8eca33bb32a6701617fbc (patch)
tree7da712019e5316bc18359765f98f0c4cc191152d /csource/Blink/Makefile
parent1368288178e48ba6164e8623ea85046e59041932 (diff)
draft Energia.mk and Makefiles
Diffstat (limited to 'csource/Blink/Makefile')
-rw-r--r--csource/Blink/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/csource/Blink/Makefile b/csource/Blink/Makefile
new file mode 100644
index 0000000..b1b6f60
--- /dev/null
+++ b/csource/Blink/Makefile
@@ -0,0 +1,6 @@
+MCU = msp430g2553
+ARDUINO_LIBS =
+#USER_LIBS = Monitor Wire DS2482
+USER_LIBS =
+include ../../Energia.mk
+