]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: add %asm-generic to no-dot-config-targets
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 4 Aug 2018 04:47:02 +0000 (13:47 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 7 Aug 2018 12:30:29 +0000 (21:30 +0900)
commitcbd621d4481e8813a2b3cbbf219068a5e9393fb0
tree359e7c6109ebae8781c76356d684537fe28dec1b
parent0d3f2b05b844078e4d1c7f203ab9c4a4b7e51dd8
kbuild: add %asm-generic to no-dot-config-targets

asm-generic and uapi-asm-generic do not depend on the kernel
configuration.  In fact, uapi-asm-generic is the prerequisite of
headers_{install,check}, hence it should not require the .config file.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Richard Weinberger <richard@nod.at>
Makefile