mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] host-kernel-header: fix $(HOST_ENV) typo
@ 2019-06-25 10:12 Bastian Krause
  0 siblings, 0 replies; only message in thread
From: Bastian Krause @ 2019-06-25 10:12 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Remove accidental duplicate underscore.

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/host-kernel-header.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/host-kernel-header.make b/rules/host-kernel-header.make
index 4e84d1788..7a994a045 100644
--- a/rules/host-kernel-header.make
+++ b/rules/host-kernel-header.make
@@ -40,7 +40,7 @@ HOST_KERNEL_HEADER_LICENSE	:= GPL-2.0-only
 # Prepare
 # ----------------------------------------------------------------------------
 
-HOST_KERNEL_HEADER_CONF_ENV	:= $(HOST__ENV)
+HOST_KERNEL_HEADER_CONF_ENV	:= $(HOST_ENV)
 HOST_KERNEL_HEADER_PATH		:= PATH=$(HOST_PATH)
 HOST_KERNEL_HEADER_CONF_TOOL	:= NO
 HOST_KERNEL_HEADER_MAKE_OPT	:= \
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-25 10:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-25 10:12 [ptxdist] [PATCH] host-kernel-header: fix $(HOST_ENV) typo Bastian Krause

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox