aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ATSAMA5D2_XULT
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/ATSAMA5D2_XULT
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/ATSAMA5D2_XULT')
-rw-r--r--os/hal/boards/ATSAMA5D2_XULT/board.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/os/hal/boards/ATSAMA5D2_XULT/board.mk b/os/hal/boards/ATSAMA5D2_XULT/board.mk
index 794ba8fe7..d0789e22c 100644
--- a/os/hal/boards/ATSAMA5D2_XULT/board.mk
+++ b/os/hal/boards/ATSAMA5D2_XULT/board.mk
@@ -2,4 +2,8 @@
BOARDSRC = $(CHIBIOS)/os/hal/boards/ATSAMA5D2_XULT/board.c
# Required include directories
-BOARDINC = $(CHIBIOS)/os/hal/boards/ATSAMA5D2_XULT \ No newline at end of file
+BOARDINC = $(CHIBIOS)/os/hal/boards/ATSAMA5D2_XULT
+
+# Shared variables
+ALLCSRC += $(BOARDSRC)
+ALLINC += $(BOARDINC)