diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-04-21 09:54:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-04-21 09:54:05 +0000 |
commit | 80a3847bf6c7bb14b779d0535e6cd75df295823f (patch) | |
tree | 38774f259f4b214ad0071b76b6564ed2ed23b467 | |
parent | b8b6d8004219fd81e1dc711f1bbbe4b09a7334c2 (diff) | |
download | ChibiOS-80a3847bf6c7bb14b779d0535e6cd75df295823f.tar.gz ChibiOS-80a3847bf6c7bb14b779d0535e6cd75df295823f.tar.bz2 ChibiOS-80a3847bf6c7bb14b779d0535e6cd75df295823f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6864 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | boards/ST_STM32F401_DISCOVERY/board.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boards/ST_STM32F401_DISCOVERY/board.mk b/boards/ST_STM32F401_DISCOVERY/board.mk index e0c321740..216e6d9f8 100644 --- a/boards/ST_STM32F401_DISCOVERY/board.mk +++ b/boards/ST_STM32F401_DISCOVERY/board.mk @@ -1,5 +1,5 @@ # List of all the board related files.
-BOARDSRC = boards/ST_STM32F401_DISCOVERY/board.c
+BOARDSRC = ${CHIBIOS}/boards/ST_STM32F401_DISCOVERY/board.c
# Required include directories
-BOARDINC = boards/ST_STM32F401_DISCOVERY
+BOARDINC = ${CHIBIOS}/boards/ST_STM32F401_DISCOVERY
|