u-boot-brain/scripts
Stephen Warren 76ae74d348 fixdep: fix CONFIG_IS_ENABLED etc. handling
When fixdep detects CONFIG_IS_ENABLED and other similar macros, it must
parse the macro parameter to determine which actual CONFIG_ option is
being referenced. This involves moving a pointer forward through the
entire CONFIG_ option "word". Currently, the code uses variable q to walk
through the word, but doesn't actually initialize it to point at the
parameter before doing so. Consequently, the walking process immediately
fails since it sees the macro invocatoins's ( rather than the expected
alpha-numeric characters in the macro parameter. Fix this by adding the
missing initialization.

Fixes: 67f2ee86cc ("kbuild: fixdep: Resync this with v4.17")
Fixes: 7012865e96 ("gpio: fix test.py for gpio label lookup")
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2020-07-17 10:47:19 -04:00
..
basic fixdep: fix CONFIG_IS_ENABLED etc. handling 2020-07-17 10:47:19 -04:00
coccinelle coccinelle: adjust NULL check before free() 2020-04-24 16:40:09 -04:00
dtc libfdt: Remove superfluous NUL character from overlay symbols 2020-06-11 20:52:11 -06:00
kconfig kconfig / kbuild: Re-sync with Linux 4.19 2020-04-10 11:18:32 -04:00
.gitignore
bin2c.c
binutils-version.sh
build_OID_registry lib: add oid registry utility 2019-12-06 16:44:20 -05:00
build-whitelist.sh
check-config.sh
checkpatch.pl checkpatch: Don't warn about PREFER_IF in headers/DT files 2020-07-09 18:57:22 -06:00
checkstack.pl
cleanpatch
coccicheck
config_whitelist.txt arm64: Remove CONFIG_SYS_FULL_VA macro 2020-07-17 09:30:13 -04:00
const_structs.checkpatch
coreboot.sed
decodecode
documentation-file-ref-check scripts: add documentation-file-ref-check 2020-04-17 12:32:36 -04:00
gcc-stack-usage.sh
gcc-version.sh
get_default_envs.sh scripts/get_default_envs.sh: preserve order of multiple entries for same variable 2020-05-06 15:12:48 -04:00
get_maintainer.pl
Kbuild.include kbuild: cherry-pick kbuild changes from Linux 2020-04-24 16:40:09 -04:00
Kconfig.include kconfig: Add scripts/Kconfig.include from v4.19 2020-07-01 10:11:03 -04:00
kernel-doc
ld-version.sh
Lindent
mailmapper
Makefile
Makefile.autoconf remove include/config_defaults.h 2020-07-17 10:47:19 -04:00
Makefile.build kbuild: cherry-pick kbuild changes from Linux 2020-04-24 16:40:09 -04:00
Makefile.clean kconfig / kbuild: Re-sync with Linux 4.19 2020-04-10 11:18:32 -04:00
Makefile.extrawarn kbuild: Re-sync DTC flag logic with v4.17 2020-03-16 12:49:09 -04:00
Makefile.host kbuild: cherry-pick kbuild changes from Linux 2020-04-24 16:40:09 -04:00
Makefile.lib kbuild: efi: Avoid rebuilding efi targets 2020-05-07 18:23:16 +02:00
Makefile.spl kbuild: spl: Add shrunk arch-dtbs to targets list 2020-05-14 11:36:19 -04:00
Makefile.uncmd_spl dm: gpio: Allow control of GPIO uclass in SPL 2019-12-15 08:52:29 +08:00
mkmakefile
objdiff
setlocalversion
show-gnu-make
spelling.txt