diff options
Diffstat (limited to 'boards/ST_STM32373C_EVAL/board.mk')
-rw-r--r-- | boards/ST_STM32373C_EVAL/board.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/boards/ST_STM32373C_EVAL/board.mk b/boards/ST_STM32373C_EVAL/board.mk deleted file mode 100644 index 98a37d006..000000000 --- a/boards/ST_STM32373C_EVAL/board.mk +++ /dev/null @@ -1,5 +0,0 @@ -# List of all the board related files.
-BOARDSRC = ${CHIBIOS}/boards/ST_STM32373C_EVAL/board.c
-
-# Required include directories
-BOARDINC = ${CHIBIOS}/boards/ST_STM32373C_EVAL
|