aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-03-12 15:24:06 +0100
committerGitHub <noreply@github.com>2019-03-12 15:24:06 +0100
commitbfa9d76d373e418255f074037c114a4bb97aebf9 (patch)
treea5eb65bbf53b705e2cb43dc683c5416d0bcb3b18 /testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile
parentb9872ff13d009e8ea949701e6a496740f1022367 (diff)
parent609a1cd9c48d90d8331a325f65b05cf5c9db59b1 (diff)
downloadChibiOS-Contrib-bfa9d76d373e418255f074037c114a4bb97aebf9.tar.gz
ChibiOS-Contrib-bfa9d76d373e418255f074037c114a4bb97aebf9.tar.bz2
ChibiOS-Contrib-bfa9d76d373e418255f074037c114a4bb97aebf9.zip
Merge pull request #189 from fpoussin/rename
ChibiOS Path rename
Diffstat (limited to 'testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile')
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile b/testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile
index a60eef9..d0d1670 100644
--- a/testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile
+++ b/testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile
@@ -86,7 +86,7 @@ endif
PROJECT = ch
# Imported source files and paths
-CHIBIOS = ../../../../../ChibiOS-RT
+CHIBIOS = ../../../../../ChibiOS
CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib
# Licensing files.
include $(CHIBIOS)/os/license/license.mk