From: Adrian Bunk Date: Fri, 24 Nov 2006 02:24:03 +0000 (+0100) Subject: USB: build the appledisplay driver X-Git-Tag: v3.12-rc1~31383^2~47^2~573^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8feabf70f51f3f6772e2beda608a0ebca1dbf46a;p=kernel%2Fkernel-generic.git 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 Signed-off-by: Greg Kroah-Hartman --- 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