diff options
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 18c8418a5132..e76b77977442 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile | |||
@@ -22,6 +22,7 @@ obj-$(CONFIG_HP_ILO) += hpilo.o | |||
22 | obj-$(CONFIG_ISL29003) += isl29003.o | 22 | obj-$(CONFIG_ISL29003) += isl29003.o |
23 | obj-$(CONFIG_EP93XX_PWM) += ep93xx_pwm.o | 23 | obj-$(CONFIG_EP93XX_PWM) += ep93xx_pwm.o |
24 | obj-$(CONFIG_DS1682) += ds1682.o | 24 | obj-$(CONFIG_DS1682) += ds1682.o |
25 | obj-$(CONFIG_TI_DAC7512) += ti_dac7512.o | ||
25 | obj-$(CONFIG_C2PORT) += c2port/ | 26 | obj-$(CONFIG_C2PORT) += c2port/ |
26 | obj-$(CONFIG_IWMC3200TOP) += iwmc3200top/ | 27 | obj-$(CONFIG_IWMC3200TOP) += iwmc3200top/ |
27 | obj-y += eeprom/ | 28 | obj-y += eeprom/ |