diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2017-08-19 23:30:02 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-08-21 02:06:00 +0200 |
commit | 2bfbe7881ee03d12bbedb05f804d139c88df30a0 (patch) | |
tree | d24b23c49cb81350f410a820db155866912622e0 /drivers/xen | |
parent | Makefile: add kselftest-clean to PHONY target list (diff) | |
download | linux-2bfbe7881ee03d12bbedb05f804d139c88df30a0.tar.xz linux-2bfbe7881ee03d12bbedb05f804d139c88df30a0.zip |
kbuild: Do not use hyphen in exported variable name
This definition in Makefile.dtbinst:
export dtbinst-root ?= $(obj)
should define and export dtbinst-root when handling the root dts
directory, and do nothing in the subdirectories. However some shells,
including dash, will not pass through environment variables whose name
includes a hyphen. Usually GNU make does not use a shell to recurse,
but if e.g. $(srctree) contains '~' it will use a shell here.
Rename the variable to dtbinst_root.
References: https://bugs.debian.org/833561
Fixes: 323a028d39cdi ("dts, kbuild: Implement support for dtb vendor subdirs")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/xen')
0 files changed, 0 insertions, 0 deletions