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.

10 lines
225 B
Makefile
Raw Normal View History

# List of all the board related files.
BOARDSRC = $(BOARD_PATH)/boards/noah_bd/board.c
# Required include directories
BOARDINC = $(BOARD_PATH)/boards/noah_bd
2020-03-07 21:19:06 +08:00
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)