Commit 57eb048c authored by Samuel Martin's avatar Samuel Martin Committed by Thomas Petazzoni
Browse files

Makefile: add PATH to the USER_HOOKS_EXTRA_ENV



This can be useful for post-{build,image} scripts, in case some host-tools
were specifically built to be used by these scripts.

Signed-off-by: default avatarSamuel Martin <s.martin49@gmail.com>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent aa0b88a0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -302,6 +302,7 @@ HOST_MAKE_ENV=PATH=$(BR_PATH) \
# explicitly pass it to user-supplied external hooks (eg. post-build,
# post-images)
USER_HOOKS_EXTRA_ENV=\
	PATH=$(BR_PATH) \
	BUILD_DIR=$(BUILD_DIR)

################################################################################