amiro-os / modules / RT-STM32L476RG-NUCLEO64 / board.mk @ 881a7932
History | View | Annotate | Download (335 Bytes)
1 |
|
---|---|
2 |
# absolute path to this directory |
3 |
BOARD_DIR := $(dir $(lastword $(MAKEFILE_LIST))) |
4 |
|
5 |
# List of all the board related files. |
6 |
BOARDSRC = $(BOARD_DIR)board.c |
7 |
|
8 |
# Required include directories |
9 |
BOARDINC = $(BOARD_DIR) |
10 |
|
11 |
# linker path |
12 |
BOARDLD = $(BOARD_DIR) |
13 |
|
14 |
# Shared variables ??? |
15 |
ALLCSRC += $(BOARDSRC) |
16 |
ALLINC += $(BOARDINC) |