This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
2020-03-07 13:19:06 +00:00

10 lines
225 B
Makefile

# List of all the board related files.
BOARDSRC = $(BOARD_PATH)/boards/noah_bd/board.c
# Required include directories
BOARDINC = $(BOARD_PATH)/boards/noah_bd
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)