mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
191 B
Makefile
12 lines
191 B
Makefile
BOARD ?= nucleo-f767zi
|
|
|
|
include ../Makefile.cpu_common
|
|
|
|
USEMODULE += mpu_stack_guard
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
ifeq (llvm,$(TOOLCHAIN))
|
|
CFLAGS += -Wno-infinite-recursion
|
|
endif
|