No description
Find a file
Ben Hutchings 2bfbe7881e 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>
2017-08-21 09:06:00 +09:00
arch Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus 2017-08-06 11:52:01 -07:00
block
certs
crypto
Documentation media fixes for v4.13-rc2 2017-08-05 14:09:26 -07:00
drivers Kbuild: use -fshort-wchar globally 2017-08-21 09:05:59 +09:00
firmware
fs A large number of ext4 bug fixes and cleanups for v4.13 2017-08-06 12:31:17 -07:00
include kbuild: linker script do not match C names unless LD_DEAD_CODE_DATA_ELIMINATION is configured 2017-08-10 00:57:42 +09:00
init
ipc
kernel Fix compat_sys_sigpending breakage 2017-08-06 11:48:27 -07:00
lib
mm
net
samples
scripts kbuild: Do not use hyphen in exported variable name 2017-08-21 09:06:00 +09:00
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS GPIO fixes in the first take after v4.13-rc1: 2017-08-05 06:55:13 -07:00
Makefile Makefile: add kselftest-clean to PHONY target list 2017-08-21 09:05:59 +09:00
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.