0a040a89e8
Move the ChibiOS test subproject board and ld files to the kebyoard folder, so that the build system can find them
6 lines
192 B
Makefile
6 lines
192 B
Makefile
# List of all the board related files.
|
|
BOARDSRC = $(KEYBOARD_PATH)/boards/GENERIC_STM32_F103/board.c
|
|
|
|
# Required include directories
|
|
BOARDINC = $(KEYBOARD_PATH)/boards/GENERIC_STM32_F103
|