diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-11-07 04:54:30 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-11-07 04:54:30 -0500 |
commit | 67caadc611eb1bf4aefc7c7a33dde30d12832569 (patch) | |
tree | d36388a7af0948af048542d25a35ae36d1570379 | |
parent | b3d9a136815ca9284ade2a897a3b7d2b0084c33c (diff) | |
parent | af8e947079a7dab0480b5d6db6b093fd04b86fc9 (diff) |
Merge branch 'x86/build' into x86/asm, to fix up conflicts
Conflicts:
arch/x86/entry/syscalls/Makefile
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r-- | arch/x86/entry/syscalls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/entry/syscalls/Makefile b/arch/x86/entry/syscalls/Makefile index 331f1dca5085..6fb9b57ed5ba 100644 --- a/arch/x86/entry/syscalls/Makefile +++ b/arch/x86/entry/syscalls/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0 | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | out := $(obj)/../../include/generated/asm | 2 | out := arch/$(SRCARCH)/include/generated/asm |
3 | uapi := $(obj)/../../include/generated/uapi/asm | 3 | uapi := arch/$(SRCARCH)/include/generated/uapi/asm |
4 | 4 | ||
5 | # Create output directory if not already present | 5 | # Create output directory if not already present |
6 | _dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)') \ | 6 | _dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)') \ |