From 09523e854dbb2993d427b9a25ff464bb355d06f1 Mon Sep 17 00:00:00 2001 From: chrysn Date: Mon, 27 Feb 2012 16:07:24 +0100 Subject: efm32 example: enhanced makefiles --- examples/efm32/tinygecko/efm32-tg-stk3300/Makefile.include | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'examples/efm32/tinygecko/efm32-tg-stk3300') 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 -- cgit v1.2.3