fixdep: fix extraneous dependencies
authorPeter Foley <pefoley2@verizon.net>
Mon, 1 Aug 2011 13:51:24 +0000 (09:51 -0400)
committerMichal Marek <mmarek@suse.cz>
Fri, 9 Sep 2011 09:45:47 +0000 (11:45 +0200)
commit6a5be57f0f00bf5f39b983ec98d58058bc696543
treee086c8d55217c96d6ffef7858d37d6addb9380ab
parent49c57d254e691a45ade207c754ba09ca7129ed93
fixdep: fix extraneous dependencies

The introduction of include/linux/kconfig.h created 3 extraneous
dependencies:
include/config/.h
include/config/h.h
include/config/foo.h

Fix this by excluding kconfig.h from fixdep calculations.

Signed-off-by: Peter Foley <pefoley2@verizon.net>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/basic/fixdep.c