diff options
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index adad2f3d438a..503d82569449 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
@@ -61,6 +61,7 @@ obj-$(CONFIG_I2O) += message/ | |||
61 | obj-$(CONFIG_RTC_LIB) += rtc/ | 61 | obj-$(CONFIG_RTC_LIB) += rtc/ |
62 | obj-y += i2c/ | 62 | obj-y += i2c/ |
63 | obj-$(CONFIG_W1) += w1/ | 63 | obj-$(CONFIG_W1) += w1/ |
64 | obj-$(CONFIG_POWER_SUPPLY) += power/ | ||
64 | obj-$(CONFIG_HWMON) += hwmon/ | 65 | obj-$(CONFIG_HWMON) += hwmon/ |
65 | obj-$(CONFIG_PHONE) += telephony/ | 66 | obj-$(CONFIG_PHONE) += telephony/ |
66 | obj-$(CONFIG_MD) += md/ | 67 | obj-$(CONFIG_MD) += md/ |