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