[U-Boot] [PATCH] config.mk: Remove unused HPATH

This variable is not unused anywhere.
Signed-off-by: Shinya Kuribayashi skuribay@pobox.com --- config.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/config.mk b/config.mk index f2c2c6c..a9973a4 100644 --- a/config.mk +++ b/config.mk @@ -196,7 +196,7 @@ endif
#########################################################################
-export HPATH HOSTCC HOSTCFLAGS CROSS_COMPILE \ +export HOSTCC HOSTCFLAGS CROSS_COMPILE \ AS LD CC CPP AR NM STRIP OBJCOPY OBJDUMP MAKE export TEXT_BASE PLATFORM_CPPFLAGS PLATFORM_RELFLAGS CPPFLAGS CFLAGS AFLAGS

Hi Shinya,
This variable is not unused anywhere.
Makes my brain twist and after carefully applying boolean equivalence operations contradicts the title ;)
Cheers Detlev

Dear Shinya Kuribayashi,
In message 4A3CB689.6090806@pobox.com you wrote:
This variable is not unused anywhere.
Signed-off-by: Shinya Kuribayashi skuribay@pobox.com
config.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
participants (3)
-
Detlev Zundel
-
Shinya Kuribayashi
-
Wolfgang Denk