summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2020-05-17 22:35:55 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2020-05-17 22:35:55 -0700
commit14dc73970edc8d94a299571ef364cf88558ef8fe (patch)
tree69953c36222e55611ef8497eae4f5a69786ef8f7 /scripts
parent29dcdeb6385625b539ef8261469b26c3104f6c92 (diff)
parente90d139d12a55dbe5212a32859937ce5b2ba8e37 (diff)
Merge "Makefile.headersinst: remove destination-y option"
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.headersinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.headersinst b/scripts/Makefile.headersinst
index ed95cb4e515f..88aff66f88d8 100644
--- a/scripts/Makefile.headersinst
+++ b/scripts/Makefile.headersinst
@@ -14,7 +14,7 @@ kbuild-file := $(srctree)/$(obj)/Kbuild
include $(kbuild-file)
# called may set destination dir (when installing to asm/)
-_dst := $(if $(destination-y),$(destination-y),$(if $(dst),$(dst),$(obj)))
+_dst := $(if $(dst),$(dst),$(obj))
old-kbuild-file := $(srctree)/$(subst uapi/,,$(obj))/Kbuild
ifneq ($(wildcard $(old-kbuild-file)),)