mirror of
https://github.com/torvalds/linux.git
synced 2024-12-31 23:31:29 +00:00
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>
This commit is contained in:
parent
a6de553da0
commit
7a04fc94d9
@ -6,7 +6,7 @@
|
|||||||
# a small wrapper file in $(obj) (arch/$(SRCARCH)/include/generated/asm)
|
# a small wrapper file in $(obj) (arch/$(SRCARCH)/include/generated/asm)
|
||||||
|
|
||||||
kbuild-file := $(srctree)/arch/$(SRCARCH)/include/asm/Kbuild
|
kbuild-file := $(srctree)/arch/$(SRCARCH)/include/asm/Kbuild
|
||||||
include $(kbuild-file)
|
-include $(kbuild-file)
|
||||||
|
|
||||||
include scripts/Kbuild.include
|
include scripts/Kbuild.include
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user