Skip to content

Commit f9667c3

Browse files
committed
bootloader: Makefile: one more fix of mk include order
1 parent a0d10e0 commit f9667c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

firmware/bootloader/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ ifeq ($(USE_SMART_BUILD),)
9696
USE_SMART_BUILD = no
9797
endif
9898

99+
include $(PROJECT_DIR)/rusefi.mk
100+
99101
#
100102
# Build global options
101103
##############################################################################
@@ -156,8 +158,6 @@ include $(PROJECT_DIR)/common_libfirmware.mk
156158
RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk
157159
RULESFILE = $(RULESPATH)/rules.mk
158160

159-
include $(PROJECT_DIR)/rusefi.mk
160-
161161
CONFIG = $(PROJECT_DIR)/config
162162

163163
# Include various ChibiOS mk files

0 commit comments

Comments
 (0)