Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
7 |
mjames |
1 |
# List of all the board related files. |
|
|
2 |
BOARDSRC = ./chibios/board/board.c |
|
|
3 |
|
|
|
4 |
# Required include directories |
|
|
5 |
BOARDINC = ./chibios/board |
|
|
6 |
|
|
|
7 |
# Shared variables |
|
|
8 |
ALLCSRC += $(BOARDSRC) |
|
|
9 |
ALLINC += $(BOARDINC) |