diff --git a/firmware/bootloader/src/Makefile b/firmware/bootloader/src/Makefile index ea207c789c..585ceb2f5d 100644 --- a/firmware/bootloader/src/Makefile +++ b/firmware/bootloader/src/Makefile @@ -240,6 +240,7 @@ INCDIR = $(ALLINC) \ $(PROJECT_DIR)/hw_layer/sensors \ $(PROJECT_DIR)/hw_layer/mass_storage \ $(PROJECT_DIR)/hw_layer/ports \ + $(PROJECT_DIR)/console/binary/generated \ $(PROJECT_DIR)/hw_layer/$(CPU_HWLAYER) \ $(HW_INC) \ $(HW_LAYER_DRIVERS_INC) \