Home
last modified time | relevance | path

Searched hist:f566e1fbadb686e28f1c307e356114b2865ef588 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefilef566e1fbadb686e28f1c307e356114b2865ef588 Wed Feb 05 00:51:52 CST 2020 Masahiro Yamada <masahiroy@kernel.org> kbuild: make multiple directory targets work

Currently, the single-target build does not work when two
or more sub-directories are given:

$ make fs/ kernel/ lib/
CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
DESCEND objtool
make[2]: Nothing to be done for 'kernel/'.
make[2]: Nothing to be done for 'fs/'.
make[2]: Nothing to be done for 'lib/'.

Make it work properly.

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>