Update divinus.mk (#1454)

This commit is contained in:
viktorxda
2024-05-22 20:50:25 +02:00
committed by GitHub
parent 9d8486ed5a
commit 372e35baba

View File

@@ -16,7 +16,7 @@ else
endif
define DIVINUS_BUILD_CMDS
$(MAKE) CC=$(TARGET_CC) OPT=$(DIVINUS_OPTIONS) -C $(@D)
$(MAKE) CC=$(TARGET_CC) OPT=$(DIVINUS_OPTIONS) -C $(@D)/src
endef
define DIVINUS_INSTALL_TARGET_CMDS