Files

10 lines
207 B
Makefile
Raw Permalink Normal View History

2022-05-23 13:57:24 +08:00
# List of all the board related files.
BOARDSRC = $(BOARD_PATH)/board/board.c
# Required include directories
BOARDINC = $(BOARD_PATH)/board
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)