mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
231 B
Makefile
6 lines
231 B
Makefile
# We must duplicate the include done by $(RIOTBASE)/Makefile.include
|
|
# to also include the main board header
|
|
INCLUDES += $(addprefix -I,$(wildcard $(RIOTBOARD)/nrf52840dk/include))
|
|
|
|
include $(RIOTBOARD)/nrf52840dk/Makefile.include
|