Make the STM32 Makefile.includes usable from outside the examples tree (Issue #28)

This commit is contained in:
Frantisek Burian
2014-01-06 22:11:32 +01:00
parent 9934e40fe9
commit 02c35eee70
7 changed files with 12 additions and 9 deletions

View File

@@ -19,7 +19,7 @@
BINARY = miniblink
LDSCRIPT = $(TOOLCHAIN_DIR)/lib/stm32/l1/stm32l15xxb.ld
LDSCRIPT = $(OPENCM3_DIR)/lib/stm32/l1/stm32l15xxb.ld
include ../../Makefile.include