Skip to content

Commit

Permalink
kbuild: Fix Makefile.asm-generic for um
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michal Marek committed May 2, 2011
1 parent a6de553 commit 7a04fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Makefile.asm-generic
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7a04fc9

Please sign in to comment.