X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2FMakefile;h=f0878b2ec55ea47d5a87f5069890cca4e5de7ca3;hb=0ce49a3945474fc942ec37c0c0efece60f592f80;hp=0ea8e3237c0d0cbf381621841ae6fde722bb58cd;hpb=709e89266b60eff444fc512400321eb02d2474eb;p=linux-2.6 diff --git a/drivers/Makefile b/drivers/Makefile index 0ea8e3237c..f0878b2ec5 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -66,6 +66,7 @@ obj-y += i2c/ obj-$(CONFIG_W1) += w1/ obj-$(CONFIG_POWER_SUPPLY) += power/ obj-$(CONFIG_HWMON) += hwmon/ +obj-$(CONFIG_WATCHDOG) += char/watchdog/ obj-$(CONFIG_PHONE) += telephony/ obj-$(CONFIG_MD) += md/ obj-$(CONFIG_BT) += bluetooth/ @@ -86,3 +87,4 @@ obj-$(CONFIG_GENERIC_TIME) += clocksource/ obj-$(CONFIG_DMA_ENGINE) += dma/ obj-$(CONFIG_HID) += hid/ obj-$(CONFIG_PPC_PS3) += ps3/ +obj-$(CONFIG_OF) += of/