]> git.baikalelectronics.ru Git - kernel.git/commit
fixdep: remove stale references to uml-config.h
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Wed, 28 Feb 2018 19:17:35 +0000 (20:17 +0100)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 5 Mar 2018 14:48:21 +0000 (23:48 +0900)
commitd29c760758f507f1ad2def7d299f5e07358c939b
tree1e7e92fc778b6e8290c1e04096efa2c94fcf2dfa
parent4b7f3cda724036ce118b56470a2e8d51c57d3136
fixdep: remove stale references to uml-config.h

uml-config.h hasn't existed in this decade (b91002324896 - x86, um: get
rid of uml-config.h). The few remaining UML_CONFIG instances are defined
directly in terms of their real CONFIG symbol in common-offsets.h, so
unlike when the symbols got defined via a sed script, anything that uses
UML_CONFIG_FOO now should also automatically pick up a dependency on
CONFIG_FOO via the normal fixdep mechanism (since common-offsets.h
should at least recursively be a dependency). Hence I believe we should
actually be able to ignore the HELLO_CONFIG_BOOM cases.

Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Richard Weinberger <richard@nod.at>
Cc: user-mode-linux-devel@lists.sourceforge.net
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/basic/fixdep.c