proper submodule folder name

This commit is contained in:
rusefi 2018-01-23 23:00:10 -05:00
parent 3e81e1e672
commit f0c1c4e628
5 changed files with 4 additions and 4 deletions

2
.gitmodules vendored
View File

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

View File

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

View File

@ -74,7 +74,7 @@ PROJECT = rusefi_simulator
PROJECT_DIR = ../firmware
# Imported source files and paths
CHIBIOS = ../firmware/ChibiOS3
CHIBIOS = ../firmware/ChibiOS4
# Startup files.
# HAL-OSAL files (optional).

View File

@ -131,7 +131,7 @@ TCPPSRC =
# List ASM source files here
ASMSRC = $(PORTASM)
CHIBIOS=$(PROJECT_DIR)/ChibiOS3
CHIBIOS=$(PROJECT_DIR)/ChibiOS4
INCDIR = . \
$(PROJECT_DIR)/util \