aboutsummaryrefslogtreecommitdiff
path: root/examples/efm32/tinygecko/efm32-tg-stk3300
diff options
context:
space:
mode:
authorchrysn2012-02-27 16:07:24 +0100
committerchrysn2012-02-27 16:07:24 +0100
commit09523e854dbb2993d427b9a25ff464bb355d06f1 (patch)
tree65f7bd1e33d4ad229f16523b21fc42c3d206bf0d /examples/efm32/tinygecko/efm32-tg-stk3300
parentf52b1a56b076853cec95e848260d3ea83bae91ff (diff)
efm32 example: enhanced makefiles
Diffstat (limited to 'examples/efm32/tinygecko/efm32-tg-stk3300')
-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