]> git.neil.brown.name Git - history.git/commit
kbuild: Fix extracting of CONFIG_ references
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Thu, 6 Jun 2002 09:46:44 +0000 (04:46 -0500)
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Thu, 6 Jun 2002 09:46:44 +0000 (04:46 -0500)
commitf85cd0e83fcf47a069f22a5e0f0c8538cff8eaf7
tree04a07969733e1b4dd5724c1294ee0d36aabf5ed8
parentf99e6d1e70ed0cc0fc0153156858ddb439d1c574
kbuild: Fix extracting of CONFIG_ references

by Sam Ravnborg:

fixdep, when adding dependencies to config entires fails to take into account
the last part of a config entry, if it contains more than one underscore.
Example:
CONFIG_PROC_FS generates
$(wildcard include/config/proc.h)
but should generate
$(wildcard include/config/proc/fs.h)

Attached patch fixes this.
scripts/fixdep.c