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

14 lines
267 B
Makefile
Raw Normal View History

2017-01-22 12:02:29 +01:00
BOARD ?= slstk3401a
include ../Makefile.tests_common
FEATURES_OPTIONAL += periph_rtc
FEATURES_OPTIONAL += periph_gpio_irq
2017-01-22 12:02:29 +01:00
USEMODULE += shell
USEMODULE += shell_commands
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