promoting openblt to it's own folder

This commit is contained in:
rusefillc 2022-05-24 15:23:55 -04:00
parent 5d74d5dfa8
commit 4af557d7ac
2 changed files with 2 additions and 2 deletions

View File

@ -361,10 +361,10 @@ ULIBS = -lm --specs=nano.specs
include $(RULESFILE)
openblt:
make -f $(PROJECT_DIR)/openblt.mk
make -f $(PROJECT_DIR)/hw_layer/openblt/openblt.mk
openblt_clean:
make -f $(PROJECT_DIR)/openblt.mk clean
make -f $(PROJECT_DIR)/hw_layer/openblt/openblt.mk clean
# Enable precompiled header
include rusefi_pch.mk