mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 00:33:16 +01:00
6 lines
194 B
Makefile
6 lines
194 B
Makefile
# include shared global Nucleo Makefile
|
|
include $(RIOTBOARD)/common/nucleo/Makefile.include
|
|
|
|
# add the common header files to the include path
|
|
INCLUDES += -I$(RIOTBOARD)/common/nucleo64/include
|