]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[WATCHDOG] Fix build with CONFIG_ITCO_VENDOR_SUPPORT=n
authorJean Delvare <khali@linux-fr.org>
Fri, 8 Aug 2008 08:29:21 +0000 (10:29 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Sun, 10 Aug 2008 20:18:07 +0000 (20:18 +0000)
commitd6efcab8a394c6493ccc2fcaf23c5dc0a16f052d
treeac27e2061e212a8a1cf3d77ac16aa8fb7733a175
parent796aadeb1b2db9b5d463946766c5bbfd7717158c
[WATCHDOG] Fix build with CONFIG_ITCO_VENDOR_SUPPORT=n

The problem is that iTCO_vendor_support.ko is still being built while
iTCO_vendor.h claims that its functions do not exist. The following
Makefile update fixes that. It causes iTCO_vendor_support.ko to no
longer be built if CONFIG_ITCO_VENDOR_SUPPORT=n.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Makefile