[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)
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>

No differences found