lkml.org 
[lkml]   [2019]   [Feb]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
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@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)
\
 
 \ /
  Last update: 2019-02-22 05:32    [W:0.024 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site