amiro-os / modules / RT-STM32L476RG-NUCLEO64 / board.mk @ 85e62aaf
History | View | Annotate | Download (335 Bytes)
1 | 27d0378b | Simon Welzel | |
---|---|---|---|
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) |