Statistics
| Branch: | Tag: | Revision:

amiro-os / modules / RT-STM32L476RG-NUCLEO64 / board.mk @ 1678f270

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)