]> git.baikalelectronics.ru Git - uboot.git/commit
kbuild: Remove checking for adhoc CONFIG symbols
authorTom Rini <trini@konsulko.com>
Sun, 4 Dec 2022 15:14:16 +0000 (10:14 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Dec 2022 18:01:13 +0000 (13:01 -0500)
commit98ede743a2bffd9ac0808bc0c6361b834852e85c
tree014fc49444254898309bf8735078ef7296920f29
parent2cbc40825de168f7e64cc97b5192b8ff25f81790
kbuild: Remove checking for adhoc CONFIG symbols

At this point all listed adhoc CONFIG symbols have been migrated to
Kconfig or removed from the tree or renamed to CFG (or similar). We also
now have CI tests that will error on any new introductions, and
checkpatch.pl also looks. We can now remove these hooks and related
scripts.

Signed-off-by: Tom Rini <trini@konsulko.com>
Makefile
scripts/build-whitelist.sh [deleted file]
scripts/check-config.sh [deleted file]
scripts/config_whitelist.txt [deleted file]
tools/moveconfig.py