safer folder name

This commit is contained in:
andrey 2017-04-01 20:22:40 -04:00
parent 6a2951aaf1
commit a69a516ebf
4 changed files with 3 additions and 5 deletions

2
.gitmodules vendored
View File

@ -1,5 +1,5 @@
[submodule "firmware/ChibiOS"]
path = firmware/ChibiOS
path = firmware/ChibiOS3
url = https://github.com/rusefi/ChibiOS.git
branch = stable_rusefi
[submodule "firmware/ChibiOS-Contrib"]

View File

@ -87,7 +87,7 @@ PROJECT = rusefi
PROJECT_DIR = .
# Imported source files and paths
CHIBIOS = ChibiOS
CHIBIOS = ChibiOS3
CHIBIOS_CONTRIB = ChibiOS-Contrib
ifneq ($(PROJECT_BOARD),OLIMEX_STM32_E407)

View File

@ -72,11 +72,9 @@ endif
# Define project name here
PROJECT = rusefi_simulator
PROJECT_DIR = ../firmware
CHIBIOS = ../firmware/ChibiOS
# Imported source files and paths
CHIBIOS = ../firmware/ChibiOS
CHIBIOS = ../firmware/ChibiOS3
# Startup files.
# HAL-OSAL files (optional).