diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-01 09:46:56 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-01 09:46:56 +0000 |
commit | e070841763e19c9d2bee746c165cf421f234ebeb (patch) | |
tree | aa531a288cd62eee89ec3b69e446dc795c5fa79c /testhal/STM32/multi/PAL/Makefile-stm32f303_discovery | |
parent | d671671f159cb6ba8c8ded9c9878cc33680bb729 (diff) | |
download | ChibiOS-e070841763e19c9d2bee746c165cf421f234ebeb.tar.gz ChibiOS-e070841763e19c9d2bee746c165cf421f234ebeb.tar.bz2 ChibiOS-e070841763e19c9d2bee746c165cf421f234ebeb.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10518 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/multi/PAL/Makefile-stm32f303_discovery')
-rw-r--r-- | testhal/STM32/multi/PAL/Makefile-stm32f303_discovery | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/testhal/STM32/multi/PAL/Makefile-stm32f303_discovery b/testhal/STM32/multi/PAL/Makefile-stm32f303_discovery index f7d166bfd..096dd1c10 100644 --- a/testhal/STM32/multi/PAL/Makefile-stm32f303_discovery +++ b/testhal/STM32/multi/PAL/Makefile-stm32f303_discovery @@ -103,8 +103,6 @@ include $(CHIBIOS)/os/rt/rt.mk include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
# Other files (optional).
include $(CHIBIOS)/test/rt/test.mk
-include $(CHIBIOS)/os/hal/lib/streams/streams.mk
-include $(CHIBIOS)/os/various/shell/shell.mk
# Define linker script file here
LDSCRIPT= $(STARTUPLD)/STM32F303xC.ld
@@ -119,8 +117,6 @@ CSRC = $(STARTUPSRC) \ $(PLATFORMSRC) \
$(BOARDSRC) \
$(TESTSRC) \
- $(STREAMSSRC) \
- $(SHELLSRC) \
$(CONFDIR)/portab.c \
main.c
@@ -155,7 +151,7 @@ ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM) INCDIR = $(CHIBIOS)/os/license \
$(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(TESTINC) \
- $(STREAMSINC) $(SHELLINC) $(CONFDIR)
+ $(CONFDIR)
#
# Project, sources and paths
|