public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Make it possible to override INSTALL_HDR_PATH
@ 2011-05-03 21:46 Arun Sharma
  2011-05-03 22:00 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Sharma @ 2011-05-03 21:46 UTC (permalink / raw)
  To: linux-kbuild

diff --git a/Makefile b/Makefile
index cb715df..ec68886 100644
--- a/Makefile
+++ b/Makefile
@@ -1009,7 +1009,7 @@ firmware_install: FORCE
 # Kernel headers
 
 #Default location for installed headers
-export INSTALL_HDR_PATH = $(objtree)/usr
+export INSTALL_HDR_PATH ?= $(objtree)/usr
 
 hdr-inst := -rR -f $(srctree)/scripts/Makefile.headersinst obj
 
-- 
1.7.4

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

end of thread, other threads:[~2011-05-03 22:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03 21:46 [PATCH] Make it possible to override INSTALL_HDR_PATH Arun Sharma
2011-05-03 22:00 ` Yann E. MORIN
2011-05-03 22:34   ` Arun Sharma

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