Skip to content
Commit f6ecebd6 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

kbuild: fix make dir/file.xx when asm symlink is missing



Added a dependency so we do full preparation before trying to build single
file targets. This fixes a case where Andrew Morton did:
	make kernel/sched.o
        rm include/asm
	make kernel/sched.o     -> splat

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 43c74d17
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment