mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-15 20:50:28 +00:00
10 lines
197 B
CMake
10 lines
197 B
CMake
|
# List of all the board related files.
|
||
|
set(BOARDSRC
|
||
|
${CHIBIOS_PORTAPACK}/boards/GSG_HACKRF_ONE/board.c
|
||
|
)
|
||
|
|
||
|
# Required include directories
|
||
|
set(BOARDINC
|
||
|
${CHIBIOS_PORTAPACK}/boards/GSG_HACKRF_ONE
|
||
|
)
|