Home
last modified time | relevance | path

Searched hist:"00 d78ab2" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile00d78ab2 Wed Sep 12 01:43:30 CDT 2018 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: remove dead code in cmd_files calculation in top Makefile

Nobody sets 'targets' in the top-level Makefile or arch/*/Makefile,
hence $(targets) is empty.

$(wildcard .*.cmd) will do for including the .vmlinux.cmd file.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>