aboutsummaryrefslogtreecommitdiff
path: root/examples/efm32/tinygecko/efm32-tg-stk3300/Makefile.include
diff options
context:
space:
mode:
Diffstat (limited to 'examples/efm32/tinygecko/efm32-tg-stk3300/Makefile.include')
-rw-r--r--examples/efm32/tinygecko/efm32-tg-stk3300/Makefile.include6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/efm32/tinygecko/efm32-tg-stk3300/Makefile.include b/examples/efm32/tinygecko/efm32-tg-stk3300/Makefile.include
index e707b65..32e6cfc 100644
--- a/examples/efm32/tinygecko/efm32-tg-stk3300/Makefile.include
+++ b/examples/efm32/tinygecko/efm32-tg-stk3300/Makefile.include
@@ -18,8 +18,6 @@
##
MCU = EFM32TG840F32
+FAMILY = TINYGECKO
-# Linker scripts are always relative to the current directory. This file is
-# intended for inclusion from example subdirectories, so the Makefile.include
-# meant here would be called ../Makefile.include relative to here.
-include ../../Makefile.include
+include $(dir $(lastword $(MAKEFILE_LIST)))../Makefile.include