summaryrefslogtreecommitdiff
path: root/blink
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-08-26 05:55:29 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-08-26 05:55:29 +0200
commitbbf6dff6846ea6a7e5bbd25fd57b85b7d6d59372 (patch)
tree01a80e1e1e4807c1a486f425b717504394d36e67 /blink
parentadded stm8s-discovery board and some more init fixup (diff)
automatically build everyrhing from SPL for given hardware
Diffstat (limited to 'blink')
-rw-r--r--blink/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/blink/Makefile b/blink/Makefile
index 9bf7eaf..6ea1e77 100644
--- a/blink/Makefile
+++ b/blink/Makefile
@@ -28,6 +28,6 @@ EXTERNAL_LIBS := spl
SPREADSTM8_PATH := ..
SPL_PATH := $(SPREADSTM8_PATH)/contrib/STM8S_StdPeriph_Lib
-SPL_COMPONENTS := gpio
+#SPL_COMPONENTS := gpio
include $(SPREADSTM8_PATH)/include.mk