mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 07:32:45 +01:00
8 lines
117 B
Makefile
8 lines
117 B
Makefile
BOARD ?= hifive1b
|
|
|
|
include ../Makefile.cpu_common
|
|
|
|
USEMODULE += pmp_noexec_ram
|
|
|
|
include $(RIOTBASE)/Makefile.include
|