mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-19 11:33:51 +01:00
12 lines
203 B
Makefile
12 lines
203 B
Makefile
BOARD ?= nrf5340dk-app
|
|
|
|
include ../Makefile.cpu_common
|
|
|
|
FEATURES_REQUIRED += cortexm_stack_limit
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
ifeq (llvm,$(TOOLCHAIN))
|
|
CFLAGS += -Wno-infinite-recursion
|
|
endif
|