Skip to content
Commit c4d5ee13 authored by Michal Marek's avatar Michal Marek
Browse files

kbuild: make KBUILD_NOCMDDEP=1 handle empty built-in.o



Based on a patch by Rabin Vincent.

Fix building with KBUILD_NOCMDDEP=1, which currently does not work
because it does not build built-in.o with no dependencies:

  LD      fs/notify/built-in.o
ld: cannot find fs/notify/dnotify/built-in.o: No such file or directory
ld: cannot find fs/notify/inotify/built-in.o: No such file or directory
ld: cannot find fs/notify/fanotify/built-in.o: No such file or directory

Reported-and-tested-by: default avatarRabin Vincent <rabin@rab.in>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent e0a04b11
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