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

9 lines
170 B
Makefile
Raw Normal View History

2018-07-03 16:15:36 +02:00
BOARD ?= nucleo-f411re
include ../Makefile.sys_common
2018-07-03 16:15:36 +02:00
FEATURES_REQUIRED += puf_sram
DISABLE_MODULE += test_utils_interactive_sync
2018-07-03 16:15:36 +02:00
include $(RIOTBASE)/Makefile.include