aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-09 11:17:13 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-09 11:17:13 +0000
commit19678138f0aec601213e58f550935967fd179179 (patch)
tree1b9cacce3f37c70003ef96d87693a2455f8b2185 /demos/STM32
parent7deaa690374916a4a6f78da98ce844967659cffc (diff)
downloadChibiOS-19678138f0aec601213e58f550935967fd179179.tar.gz
ChibiOS-19678138f0aec601213e58f550935967fd179179.tar.bz2
ChibiOS-19678138f0aec601213e58f550935967fd179179.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9259 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32')
-rw-r--r--demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile b/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile
index 4b44a2062..9bc384f7b 100644
--- a/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile
+++ b/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile
@@ -114,8 +114,8 @@ CSRC = $(STARTUPSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
$(TESTSRC) \
- $(NASAOSALSRC) \
- $(CHIBIOS)/os/common/abstractions/nasa_osal/lib/cfe_psp_support.c \
+ $(CFEOSALSRC) \
+ $(CFEPSPSRC) \
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
@@ -147,7 +147,7 @@ ASMSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(TESTINC) \
- $(NASAOSALINC) $(CHIBIOS)/os/common/abstractions/nasa_osal/lib
+ $(CFEOSALINC) $(CFEPSPINC)
#
# Project, sources and paths