We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d10e0 commit f9667c3Copy full SHA for f9667c3
1 file changed
firmware/bootloader/Makefile
@@ -96,6 +96,8 @@ ifeq ($(USE_SMART_BUILD),)
96
USE_SMART_BUILD = no
97
endif
98
99
+include $(PROJECT_DIR)/rusefi.mk
100
+
101
#
102
# Build global options
103
##############################################################################
@@ -156,8 +158,6 @@ include $(PROJECT_DIR)/common_libfirmware.mk
156
158
RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk
157
159
RULESFILE = $(RULESPATH)/rules.mk
160
-include $(PROJECT_DIR)/rusefi.mk
-
161
CONFIG = $(PROJECT_DIR)/config
162
163
# Include various ChibiOS mk files
0 commit comments