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 bceb60c85c01..6b17f5864340 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
@@ -75,6 +75,7 @@ obj-$(CONFIG_I2O) += message/ | |||
75 | obj-$(CONFIG_RTC_LIB) += rtc/ | 75 | obj-$(CONFIG_RTC_LIB) += rtc/ |
76 | obj-y += i2c/ media/ | 76 | obj-y += i2c/ media/ |
77 | obj-$(CONFIG_PPS) += pps/ | 77 | obj-$(CONFIG_PPS) += pps/ |
78 | obj-$(CONFIG_PTP_1588_CLOCK) += ptp/ | ||
78 | obj-$(CONFIG_W1) += w1/ | 79 | obj-$(CONFIG_W1) += w1/ |
79 | obj-$(CONFIG_POWER_SUPPLY) += power/ | 80 | obj-$(CONFIG_POWER_SUPPLY) += power/ |
80 | obj-$(CONFIG_HWMON) += hwmon/ | 81 | obj-$(CONFIG_HWMON) += hwmon/ |