diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-09 11:17:13 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-09 11:17:13 +0000 |
commit | 19678138f0aec601213e58f550935967fd179179 (patch) | |
tree | 1b9cacce3f37c70003ef96d87693a2455f8b2185 /demos | |
parent | 7deaa690374916a4a6f78da98ce844967659cffc (diff) | |
download | ChibiOS-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')
-rw-r--r-- | demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile | 6 |
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
|