mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples: simplify Makefile a bit
This commit is contained in:
parent
9a6a91fcbb
commit
b56fb0cf2d
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user