commit | c269be23450c5ffc5782df9dd5ac2e6cdeda8b0f | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Thu May 20 12:32:17 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 14 16:57:35 2021 -0400 |
tree | 8524ed2353056a80ed1179f0b27d6b9e5902e85f | |
parent | 774aed5749b733d0a56e28836a34ed3c3e2a9acc [diff] |
fixdep: remove leftover handling of IS_BUILTIN/IS_MODULE I removed CONFIG_IS_BUILTIN and CONFIG_IS_MODULE in commit 7d78a4547d ("linux/kconfig.h: remove unused helper macros"), but fixdep.c still looks for those. It's harmless, but also pointless and possibly confusing to a future reader. Fixes: 7d78a4547d ("linux/kconfig.h: remove unused helper macros") Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>