diff options
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r-- | drivers/char/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index e3f5c32aac55..1aff819f3832 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile | |||
@@ -80,6 +80,7 @@ obj-$(CONFIG_PPDEV) += ppdev.o | |||
80 | obj-$(CONFIG_NWBUTTON) += nwbutton.o | 80 | obj-$(CONFIG_NWBUTTON) += nwbutton.o |
81 | obj-$(CONFIG_NWFLASH) += nwflash.o | 81 | obj-$(CONFIG_NWFLASH) += nwflash.o |
82 | obj-$(CONFIG_SCx200_GPIO) += scx200_gpio.o | 82 | obj-$(CONFIG_SCx200_GPIO) += scx200_gpio.o |
83 | obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o | ||
83 | obj-$(CONFIG_TANBAC_TB0219) += tb0219.o | 84 | obj-$(CONFIG_TANBAC_TB0219) += tb0219.o |
84 | 85 | ||
85 | obj-$(CONFIG_WATCHDOG) += watchdog/ | 86 | obj-$(CONFIG_WATCHDOG) += watchdog/ |