All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] config.mk: Remove unused HPATH
@ 2009-06-20 10:14 Shinya Kuribayashi
  2009-06-23 16:54 ` Detlev Zundel
  2009-07-19 19:51 ` Wolfgang Denk
  0 siblings, 2 replies; 4+ messages in thread
From: Shinya Kuribayashi @ 2009-06-20 10:14 UTC (permalink / raw)
  To: u-boot

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
 

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-19 19:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-20 10:14 [U-Boot] [PATCH] config.mk: Remove unused HPATH Shinya Kuribayashi
2009-06-23 16:54 ` Detlev Zundel
2009-06-24 11:18   ` Shinya Kuribayashi
2009-07-19 19:51 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.