aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/PAL/Makefile-stm32l476_discovery
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-08-31 11:09:41 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-08-31 11:09:41 +0000
commitdec86b7716e83a621113988045e344eb73b2b2e1 (patch)
treee9ba195ed7504e66f680e2378c4a50d9ec61b405 /testhal/STM32/multi/PAL/Makefile-stm32l476_discovery
parent16418339cb7b92471dcb7f6ad431519345c9fd1a (diff)
downloadChibiOS-dec86b7716e83a621113988045e344eb73b2b2e1.tar.gz
ChibiOS-dec86b7716e83a621113988045e344eb73b2b2e1.tar.bz2
ChibiOS-dec86b7716e83a621113988045e344eb73b2b2e1.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10511 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/multi/PAL/Makefile-stm32l476_discovery')
-rw-r--r--testhal/STM32/multi/PAL/Makefile-stm32l476_discovery6
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/STM32/multi/PAL/Makefile-stm32l476_discovery b/testhal/STM32/multi/PAL/Makefile-stm32l476_discovery
index 111f8b473..c4385c7f6 100644
--- a/testhal/STM32/multi/PAL/Makefile-stm32l476_discovery
+++ b/testhal/STM32/multi/PAL/Makefile-stm32l476_discovery
@@ -86,7 +86,7 @@ endif
PROJECT = ch
# Imported source files and paths
-CHIBIOS := ../../..
+CHIBIOS := ../../../..
CONFDIR := ./cfg-stm32l476_discovery
BUILDDIR := ./build-stm32l476_discovery
DEPDIR := ./.dep-stm32l476_discovery
@@ -122,7 +122,7 @@ CSRC = $(STARTUPSRC) \
$(STREAMSSRC) \
$(SHELLSRC) \
$(CONFDIR)/portab.c \
- src/usbcfg.c main.c
+ main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
@@ -155,7 +155,7 @@ ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
INCDIR = $(CHIBIOS)/os/license \
$(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(TESTINC) \
- $(STREAMSINC) $(SHELLINC) $(CONFDIR) ./src
+ $(STREAMSINC) $(SHELLINC) $(CONFDIR)
#
# Project, sources and paths