diff options
| author | Jesper Nilsson <[email protected]> | 2013-02-02 10:18:35 +0000 |
|---|---|---|
| committer | Michal Marek <[email protected]> | 2013-02-22 10:48:15 +0000 |
| commit | 9b58b9281d296d8e679e394d2aa5a02102dd8fe8 (patch) | |
| tree | ad9dd0ab9c3f687e4e4453f4f60f04de549b2867 /net/unix/af_unix.c | |
| parent | scripts/link-vmlinux.sh: source variables from KCONFIG_CONFIG (diff) | |
| download | kernel-9b58b9281d296d8e679e394d2aa5a02102dd8fe8.tar.gz kernel-9b58b9281d296d8e679e394d2aa5a02102dd8fe8.zip | |
kbuild: Fix destination-y for installed headers
Commit 10b63956fce7f369cc37fd4d994f09bd5203efe4 which plumbed in UAPI
broke the destination-y functionality of scripts/Makefile.headersinst.
The variable destination-y is used in a := assignment and so is expanded at
declaration time, and the include of the Kbuild fragments that set
destination-y to something is after this time, so it now always expands empty.
There are no in-tree users of destination-y, but it allows any
Kbuild-fragment to redirect where headers are installed.
Just move the assignment of the variable that uses it below the include
of the Kbuild fragment.
Signed-off-by: Jesper Nilsson <[email protected]>
Cc: Michal Marek <[email protected]>
Cc: David Howells <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
