Skip to content
Snippets Groups Projects
Commit 7a04fc94 authored by Michal Marek's avatar Michal Marek
Browse files

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: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
Acked-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Acked-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent a6de553d
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment