aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/EA_LPCXPRESSO_BB_11U14
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-01 08:54:24 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-01 08:54:24 +0000
commit225b642cde6b56df9ef1860e94546deda5113196 (patch)
treed5443f98123502da9c845a336ac803a3c9c725dd /os/hal/boards/EA_LPCXPRESSO_BB_11U14
parent2ebbe6eb870313331bba48884112675107a6b866 (diff)
downloadChibiOS-225b642cde6b56df9ef1860e94546deda5113196.tar.gz
ChibiOS-225b642cde6b56df9ef1860e94546deda5113196.tar.bz2
ChibiOS-225b642cde6b56df9ef1860e94546deda5113196.zip
Mass update of all board.mk files with new ALLxxx exported variables. Added GOLDBULL_STM32_F107VC board files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11092 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/EA_LPCXPRESSO_BB_11U14')
-rw-r--r--os/hal/boards/EA_LPCXPRESSO_BB_11U14/board.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/boards/EA_LPCXPRESSO_BB_11U14/board.mk b/os/hal/boards/EA_LPCXPRESSO_BB_11U14/board.mk
index 47c26c176..24d37a5ec 100644
--- a/os/hal/boards/EA_LPCXPRESSO_BB_11U14/board.mk
+++ b/os/hal/boards/EA_LPCXPRESSO_BB_11U14/board.mk
@@ -3,3 +3,7 @@ BOARDSRC = ${CHIBIOS}/os/hal/boards/EA_LPCXPRESSO_BB_11U14/board.c
# Required include directories
BOARDINC = ${CHIBIOS}/os/hal/boards/EA_LPCXPRESSO_BB_11U14
+
+# Shared variables
+ALLCSRC += $(BOARDSRC)
+ALLINC += $(BOARDINC)