diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-11-24 03:24:03 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-12-01 14:25:51 -0800 |
commit | 8feabf70f51f3f6772e2beda608a0ebca1dbf46a (patch) | |
tree | cda098570b7856d08854e1a7a0f3f281ea4144de | |
parent | 7ac9da10af7ffd94cfd07e097b93d588bbd32b75 (diff) | |
download | kernel_samsung_espresso10-8feabf70f51f3f6772e2beda608a0ebca1dbf46a.zip kernel_samsung_espresso10-8feabf70f51f3f6772e2beda608a0ebca1dbf46a.tar.gz kernel_samsung_espresso10-8feabf70f51f3f6772e2beda608a0ebca1dbf46a.tar.bz2 |
USB: build the appledisplay driver
We do already have both the code and a config option, so why not build
this driver? ;-)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/usb/misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/misc/Makefile b/drivers/usb/misc/Makefile index 11dc595..2cba07d 100644 --- a/drivers/usb/misc/Makefile +++ b/drivers/usb/misc/Makefile @@ -4,6 +4,7 @@ # obj-$(CONFIG_USB_ADUTUX) += adutux.o +obj-$(CONFIG_USB_APPLEDISPLAY) += appledisplay.o obj-$(CONFIG_USB_AUERSWALD) += auerswald.o obj-$(CONFIG_USB_CYPRESS_CY7C63)+= cypress_cy7c63.o obj-$(CONFIG_USB_CYTHERM) += cytherm.o |