diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-01 08:54:24 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-01 08:54:24 +0000 |
commit | 225b642cde6b56df9ef1860e94546deda5113196 (patch) | |
tree | d5443f98123502da9c845a336ac803a3c9c725dd /os/hal/boards/ST_EVB_SPC56EL | |
parent | 2ebbe6eb870313331bba48884112675107a6b866 (diff) | |
download | ChibiOS-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/ST_EVB_SPC56EL')
-rw-r--r-- | os/hal/boards/ST_EVB_SPC56EL/board.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/boards/ST_EVB_SPC56EL/board.mk b/os/hal/boards/ST_EVB_SPC56EL/board.mk index 392be7a01..77e6ed343 100644 --- a/os/hal/boards/ST_EVB_SPC56EL/board.mk +++ b/os/hal/boards/ST_EVB_SPC56EL/board.mk @@ -3,3 +3,7 @@ BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_EVB_SPC56EL/board.c # Required include directories
BOARDINC = ${CHIBIOS}/os/hal/boards/ST_EVB_SPC56EL
+
+# Shared variables
+ALLCSRC += $(BOARDSRC)
+ALLINC += $(BOARDINC)
|