Skip to content
Commit 4b024242 authored by Jiafu He's avatar Jiafu He Committed by Michal Marek
Browse files

kbuild: Fix linking error built-in.o no such file or directory



This patch fixes the link error "built-in.o: no such file or directory".
The problem happens if "dirx/Makefile" contains only "obj-m += diry/
dirz/" and the empty "dirx/built-in.o" is missing. Adding $(subdir-m)
into check for builtin-target fixes this error.

Signed-off-by: default avatarJiafu He <jay@goldhive.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent abe94c75
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