summaryrefslogtreecommitdiff
path: root/ucoolib/dev/avrisp/test/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2013-01-19 18:42:05 +0100
committerNicolas Schodet2019-10-06 23:29:59 +0200
commit338f6ce0965c867b288347e3c3e90ec3af76669a (patch)
tree7a15754c70ddc0b8b737a29c1b9f390ff73687e7 /ucoolib/dev/avrisp/test/Makefile
parentedace44968fda2a51f494358adaee1d3deefcfe1 (diff)
ucoolib/dev/avrisp: add AVR ISP
Diffstat (limited to 'ucoolib/dev/avrisp/test/Makefile')
-rw-r--r--ucoolib/dev/avrisp/test/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/ucoolib/dev/avrisp/test/Makefile b/ucoolib/dev/avrisp/test/Makefile
new file mode 100644
index 0000000..80a8334
--- /dev/null
+++ b/ucoolib/dev/avrisp/test/Makefile
@@ -0,0 +1,9 @@
+BASE = ../../../..
+
+TARGETS = stm32f4
+PROGS = test_avrisp
+test_avrisp_SOURCES = test_avrisp.cc
+
+MODULES = dev/avrisp hal/spi hal/gpio base/test hal/usb utils
+
+include $(BASE)/build/top.mk