add ./can to the include path

This commit is contained in:
andreika-git 2023-08-12 23:59:38 +03:00
parent 273697e2de
commit 5dcb1fef09
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
RUSEFI_LIB_INC += $(RUSEFI_LIB)/util/include
RUSEFI_LIB_INC += $(RUSEFI_LIB)/util/include $(RUSEFI_LIB)/can
RUSEFI_LIB_CPP += \
$(RUSEFI_LIB)/util/src/util_dummy.cpp \