X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=drivers%2Fwatchdog%2FMakefile;h=caa9f4aa492ad27e4d1a1c0711d19bfc1906a5c3;hb=efa563752c252ddc201bbe55980a4f815bdc039c;hp=cba00430151bbba3549dabcfff54bac0bed0bca1;hpb=3f62d5269bc59ce3797397cc54edab17fbe60682;p=cascardo%2Flinux.git diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index cba00430151b..caa9f4aa492a 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -3,9 +3,15 @@ # # The WatchDog Timer Driver Core. -watchdog-objs += watchdog_core.o watchdog_dev.o obj-$(CONFIG_WATCHDOG_CORE) += watchdog.o +watchdog-objs += watchdog_core.o watchdog_dev.o + +watchdog-$(CONFIG_WATCHDOG_PRETIMEOUT_GOV) += watchdog_pretimeout.o + +obj-$(CONFIG_WATCHDOG_PRETIMEOUT_GOV_NOOP) += pretimeout_noop.o +obj-$(CONFIG_WATCHDOG_PRETIMEOUT_GOV_PANIC) += pretimeout_panic.o + # Only one watchdog can succeed. We probe the ISA/PCI/USB based # watchdog-cards first, then the architecture specific watchdog # drivers and then the architecture independent "softdog" driver.