From b56fb0cf2dbc359faee4f3b2a0e176187510a744 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Fri, 31 Oct 2014 10:25:44 +0100 Subject: [PATCH] examples: simplify Makefile a bit --- examples/default/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/default/Makefile b/examples/default/Makefile index 6c96ecea3..dfaee975c 100644 --- a/examples/default/Makefile +++ b/examples/default/Makefile @@ -35,8 +35,10 @@ USEMODULE += shell_commands USEMODULE += ps USEMODULE += vtimer USEMODULE += defaulttransceiver +USEMODULE += config FEATURES_OPTIONAL += transceiver +FEATURES_OPTIONAL += config FEATURES_OPTIONAL += periph_rtc ifneq (,$(filter msb-430,$(BOARD))) @@ -46,12 +48,10 @@ ifneq (,$(filter msba2,$(BOARD))) USEMODULE += sht11 USEMODULE += ltc4150 USEMODULE += mci - USEMODULE += config USEMODULE += random endif ifneq (,$(filter native,$(BOARD))) USEMODULE += ltc4150 - USEMODULE += config USEMODULE += random endif ifneq (,$(filter iot-lab_M3,$(BOARD)))