summaryrefslogtreecommitdiff
path: root/digital/io-hub/src/apbirthday/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2013-03-11 23:21:57 +0100
committerNicolas Schodet2013-03-12 21:04:50 +0100
commitbdcd8bd500b53c69ca27096e5b999c215d7f742e (patch)
treeae8a229e11fdac5496c291e11ac4486afa3cb374 /digital/io-hub/src/apbirthday/Makefile
parent048fcb8d510cdbf4cf6b207961ca59c82848e6fb (diff)
digital/io-hub/src/apbirthday: first program skeleton
Diffstat (limited to 'digital/io-hub/src/apbirthday/Makefile')
-rw-r--r--digital/io-hub/src/apbirthday/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/digital/io-hub/src/apbirthday/Makefile b/digital/io-hub/src/apbirthday/Makefile
new file mode 100644
index 00000000..8f798ea0
--- /dev/null
+++ b/digital/io-hub/src/apbirthday/Makefile
@@ -0,0 +1,13 @@
+BASE = ../../../ucoolib
+
+TARGETS = host stm32f4
+PROGS = apbirthday
+apbirthday_SOURCES = main.cc hardware.host.cc hardware.stm32.cc
+
+MODULES = hal/uart hal/usb base/proto
+
+include $(BASE)/build/top.mk
+
+clean: clean.project
+clean.project:
+ rm -f usb zb_uart