[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAMrEMU82QeGpUmhU7b1rGHo7-2bDvGv3kmmyKkYG+PHBfP5FDQ@mail.gmail.com>
Date: Thu, 21 Feb 2019 20:31:48 -0800
From: Justin Capella <justincapella@...il.com>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] Makefile INSTALL_HDR_PATH overriden
gpg: Signature made Thu 21 Feb 2019 08:02:55 PM PST
gpg: using RSA key F6CC1F4DF325EACBBE2532481F299543498470BA
gpg: issuer "justincapella@...il.com"
gpg: Good signature from "Justin Capella <justincapella@...il.com>" [ultimate]
Author: Justin Capella <justincapella@...il.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)
Powered by blists - more mailing lists