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 e311267a355f..906a0edcea40 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile | |||
@@ -20,6 +20,7 @@ obj-$(CONFIG_SGI_GRU) += sgi-gru/ | |||
20 | obj-$(CONFIG_HP_ILO) += hpilo.o | 20 | obj-$(CONFIG_HP_ILO) += hpilo.o |
21 | obj-$(CONFIG_ISL29003) += isl29003.o | 21 | obj-$(CONFIG_ISL29003) += isl29003.o |
22 | obj-$(CONFIG_EP93XX_PWM) += ep93xx_pwm.o | 22 | obj-$(CONFIG_EP93XX_PWM) += ep93xx_pwm.o |
23 | obj-$(CONFIG_DS1682) += ds1682.o | ||
23 | obj-$(CONFIG_C2PORT) += c2port/ | 24 | obj-$(CONFIG_C2PORT) += c2port/ |
24 | obj-$(CONFIG_IWMC3200TOP) += iwmc3200top/ | 25 | obj-$(CONFIG_IWMC3200TOP) += iwmc3200top/ |
25 | obj-y += eeprom/ | 26 | obj-y += eeprom/ |