summaryrefslogtreecommitdiff
path: root/blink
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-08-26 00:16:51 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-08-26 00:16:51 +0200
commit5fc6f54209d1c4a93e7dfb024a2359e6a664778c (patch)
tree2418fddbe8bcc5c83bce95d6b000614060525a92 /blink
parentinitial commit (diff)
only build std-perihp components who are needed
Diffstat (limited to 'blink')
-rw-r--r--blink/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/blink/Makefile b/blink/Makefile
index 8255b73..b7e723c 100644
--- a/blink/Makefile
+++ b/blink/Makefile
@@ -28,5 +28,6 @@ EXTERNAL_LIBS := stdperiph
SPREADSTM8_PATH := ..
STDPERIPH_PATH := $(SPREADSTM8_PATH)/contrib/STM8S_StdPeriph_Lib
+STDPERIPH_COMPONENTS := gpio
include $(SPREADSTM8_PATH)/include.mk