1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph/pm/Makefile

13 lines
253 B
Makefile
Raw Normal View History

2017-01-22 12:02:29 +01:00
BOARD ?= slstk3401a
include ../Makefile.periph_common
2017-01-22 12:02:29 +01:00
FEATURES_OPTIONAL += periph_rtc
FEATURES_OPTIONAL += periph_gpio_irq
2017-01-22 12:02:29 +01:00
USEMODULE += shell_cmds_default
2017-01-22 12:02:29 +01:00
# avoid running Kconfig by default
SHOULD_RUN_KCONFIG ?=
2017-01-22 12:02:29 +01:00
include $(RIOTBASE)/Makefile.include