mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-11 08:44:22 -05:00
6 lines
186 B
Makefile
6 lines
186 B
Makefile
|
# List of all the mandatory board related files.
|
||
|
BOARDSRC = ${CHIBIOS}/boards/OLIMEX_LPC_P2148/board.c
|
||
|
|
||
|
# Required include directories
|
||
|
BOARDINC = ${CHIBIOS}/boards/OLIMEX_LPC_P2148
|