diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.headersinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.headersinst b/scripts/Makefile.headersinst index 7bd9df6efe2f..ca5d439c9abf 100644 --- a/scripts/Makefile.headersinst +++ b/scripts/Makefile.headersinst | |||
| @@ -14,7 +14,7 @@ kbuild-file := $(srctree)/$(obj)/Kbuild | |||
| 14 | include $(kbuild-file) | 14 | include $(kbuild-file) |
| 15 | 15 | ||
| 16 | # called may set destination dir (when installing to asm/) | 16 | # called may set destination dir (when installing to asm/) |
| 17 | _dst := $(if $(destination-y),$(destination-y),$(if $(dst),$(dst),$(obj))) | 17 | _dst := $(if $(dst),$(dst),$(obj)) |
| 18 | 18 | ||
| 19 | old-kbuild-file := $(srctree)/$(subst uapi/,,$(obj))/Kbuild | 19 | old-kbuild-file := $(srctree)/$(subst uapi/,,$(obj))/Kbuild |
| 20 | ifneq ($(wildcard $(old-kbuild-file)),) | 20 | ifneq ($(wildcard $(old-kbuild-file)),) |
