mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
10 lines
205 B
CMake
10 lines
205 B
CMake
|
# List of all the board related files.
|
||
|
set(BOARDSRC
|
||
|
${CHIBIOS_PORTAPACK}/boards/PORTAPACK_BASEBAND/board.c
|
||
|
)
|
||
|
|
||
|
# Required include directories
|
||
|
set(BOARDINC
|
||
|
${CHIBIOS_PORTAPACK}/boards/PORTAPACK_BASEBAND
|
||
|
)
|