ChibiOS-Contrib/os/hal/boards/TI_TM4C1294_LAUNCHPAD/board.mk

10 lines
277 B
Makefile
Raw Normal View History

2014-10-13 13:58:53 -07:00
# List of all the board related files.
BOARDSRC = ${CHIBIOS_CONTRIB}/os/hal/boards/TI_TM4C1294_LAUNCHPAD/board.c
2014-10-13 13:58:53 -07:00
# Required include directories
BOARDINC = ${CHIBIOS_CONTRIB}/os/hal/boards/TI_TM4C1294_LAUNCHPAD
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)