This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

6 lines
185 B
Makefile
Raw Normal View History

2017-04-22 11:10:49 -07:00
# List of all the board related files.
BOARDSRC = $(KEYBOARD_PATH)/boards/GENERIC_STM32_F04/board.c
# Required include directories
BOARDINC = $(KEYBOARD_PATH)/boards/GENERIC_STM32_F04