summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2011-05-02 18:01:06 +0200
committerMichal Marek <mmarek@suse.cz>2011-05-02 22:31:34 +0200
commit7a04fc94d9e45de50827ba6ff764f22990d55823 (patch)
treed3ed066788830811348d4d345d539d88f2e0ee48 /scripts
parenta6de553da01c2c110c647fbd1c5bad29f5a82487 (diff)
downloadop-kernel-dev-7a04fc94d9e45de50827ba6ff764f22990d55823.zip
op-kernel-dev-7a04fc94d9e45de50827ba6ff764f22990d55823.tar.gz
kbuild: Fix Makefile.asm-generic for um
Do nothing if arch/$(SRCARCH)/include/asm/Kbuild does not exist, which is the case of um. Reported-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Michal Marek <mmarek@suse.cz> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Acked-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.asm-generic2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.asm-generic b/scripts/Makefile.asm-generic
index a687cb6..490122c 100644
--- a/scripts/Makefile.asm-generic
+++ b/scripts/Makefile.asm-generic
@@ -6,7 +6,7 @@
# a small wrapper file in $(obj) (arch/$(SRCARCH)/include/generated/asm)
kbuild-file := $(srctree)/arch/$(SRCARCH)/include/asm/Kbuild
-include $(kbuild-file)
+-include $(kbuild-file)
include scripts/Kbuild.include
OpenPOWER on IntegriCloud