Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
korli authored Jan 14, 2025
1 parent 91f1237 commit e35b2a7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e35b2a7

Please sign in to comment.