From: Jean Delvare Date: Fri, 8 Aug 2008 08:29:21 +0000 (+0200) Subject: [WATCHDOG] Fix build with CONFIG_ITCO_VENDOR_SUPPORT=n X-Git-Tag: v2.6.27-rc3~55^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6efcab8a394c6493ccc2fcaf23c5dc0a16f052d;p=pandora-kernel.git [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 Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed