summaryrefslogtreecommitdiff
path: root/blink
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-08-26 00:44:10 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-08-26 00:44:10 +0200
commitfdcf4f08a5eb2e0b8d9b23db5fdc6dddce668435 (patch)
tree01255cd400efeb35e73557761549057d0c8fadb7 /blink
parentupdated StdPeriph Lib Patch: https://github.com/tenbaht/sduino/wiki/spl (diff)
rename external lib stdperiph to spl
Diffstat (limited to 'blink')
-rw-r--r--blink/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/blink/Makefile b/blink/Makefile
index b7e723c..8790c50 100644
--- a/blink/Makefile
+++ b/blink/Makefile
@@ -24,10 +24,10 @@ NAME := blink
BOARD_TYPE := test
OBJ := $(NAME).rel
LIBS := led
-EXTERNAL_LIBS := stdperiph
+EXTERNAL_LIBS := spl
SPREADSTM8_PATH := ..
-STDPERIPH_PATH := $(SPREADSTM8_PATH)/contrib/STM8S_StdPeriph_Lib
-STDPERIPH_COMPONENTS := gpio
+SPL_PATH := $(SPREADSTM8_PATH)/contrib/STM8S_StdPeriph_Lib
+SPL_COMPONENTS := gpio
include $(SPREADSTM8_PATH)/include.mk