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_NUCLEO64_F103RB/board.mk | |
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_NUCLEO64_F103RB/board.mk')
-rw-r--r-- | os/hal/boards/ST_NUCLEO64_F103RB/board.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/boards/ST_NUCLEO64_F103RB/board.mk b/os/hal/boards/ST_NUCLEO64_F103RB/board.mk index 7cb0b9e9c..c8eaa2af1 100644 --- a/os/hal/boards/ST_NUCLEO64_F103RB/board.mk +++ b/os/hal/boards/ST_NUCLEO64_F103RB/board.mk @@ -3,3 +3,7 @@ BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_NUCLEO64_F103RB/board.c # Required include directories BOARDINC = ${CHIBIOS}/os/hal/boards/ST_NUCLEO64_F103RB + +# Shared variables +ALLCSRC += $(BOARDSRC) +ALLINC += $(BOARDINC) |