linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Makefile INSTALL_HDR_PATH overriden
@ 2019-02-22  4:31 Justin Capella
  0 siblings, 0 replies; only message in thread
From: Justin Capella @ 2019-02-22  4:31 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

gpg: Signature made Thu 21 Feb 2019 08:02:55 PM PST
gpg:                using RSA key F6CC1F4DF325EACBBE2532481F299543498470BA
gpg:                issuer "justincapella@gmail.com"
gpg: Good signature from "Justin Capella <justincapella@gmail.com>" [ultimate]
Author: Justin Capella <justincapella@gmail.com>
Date:   Thu Feb 21 20:02:55 2019 -0800

    Allow configuration of headers install path, do not overwrite
INSTALL_HDR_PATH

diff --git a/Makefile b/Makefile
index 96c5335e7ee4..686e747ca2ab 100644
--- a/Makefile
+++ b/Makefile
@@ -1151,7 +1151,7 @@ headerdep:
 # Kernel headers

 #Default location for installed headers
-export INSTALL_HDR_PATH = $(objtree)/usr
+export INSTALL_HDR_PATH ?= $(objtree)/usr

 # If we do an all arch process set dst to include/arch-$(SRCARCH)
 hdr-dst = $(if $(KBUILD_HEADERS), dst=include/arch-$(SRCARCH), dst=include)

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

only message in thread, other threads:[~2019-02-22  4:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-22  4:31 [PATCH] Makefile INSTALL_HDR_PATH overriden Justin Capella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).