aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/EXT
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F4xx/EXT')
-rw-r--r--testhal/STM32F4xx/EXT/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/testhal/STM32F4xx/EXT/Makefile b/testhal/STM32F4xx/EXT/Makefile
index 0f32eeceb..86de6d81c 100644
--- a/testhal/STM32F4xx/EXT/Makefile
+++ b/testhal/STM32F4xx/EXT/Makefile
@@ -64,7 +64,7 @@ endif
PROJECT = ch
# Imported source files and paths
-CHIBIOS = ../..
+CHIBIOS = ../../..
include $(CHIBIOS)/boards/ST_STM32F4_DISCOVERY/board.mk
include $(CHIBIOS)/os/hal/platforms/STM32F4xx/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
@@ -84,7 +84,6 @@ CSRC = $(PORTSRC) \
$(HALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
- $(CHIBIOS)/os/various/lis302dl.c \
$(CHIBIOS)/os/various/chprintf.c \
main.c