From e35b2a7c83ffb51b2357944677ac719f303c0f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 14 Jan 2025 07:53:58 +0100 Subject: [PATCH] Update Makefile --- source/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/Makefile b/source/Makefile index 0b51550..e0fa147 100644 --- a/source/Makefile +++ b/source/Makefile @@ -135,5 +135,8 @@ APP_VERSION = # /dev/video/usb when loaded. Default is "misc". DRIVER_PATH = LOCALES = en ru -## include the makefile-engine -include $(BUILDHOME)/etc/makefile-engine + +## Include the Makefile-Engine +DEVEL_DIRECTORY := \ + $(shell findpaths -r "makefile_engine" B_FIND_PATH_DEVELOP_DIRECTORY) +include $(DEVEL_DIRECTORY)/etc/makefile-engine