From 80a3847bf6c7bb14b779d0535e6cd75df295823f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 21 Apr 2014 09:54:05 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6864 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- boards/ST_STM32F401_DISCOVERY/board.mk | 4 ++-- 1 file 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 -- cgit v1.2.3