From: Yoichi Yuasa <yuasa@hh.iij4u.or.jp> The following Makefile update is needed for SISUSBVGA. Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@osdl.org> --- drivers/usb/Makefile | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/usb/Makefile~usb-makefile-update-for-sisusbvga drivers/usb/Makefile --- 25/drivers/usb/Makefile~usb-makefile-update-for-sisusbvga 2005-06-24 01:08:08.000000000 -0700 +++ 25-akpm/drivers/usb/Makefile 2005-06-24 01:08:08.000000000 -0700 @@ -71,6 +71,7 @@ obj-$(CONFIG_USB_RIO500) += misc/ obj-$(CONFIG_USB_TEST) += misc/ obj-$(CONFIG_USB_USS720) += misc/ obj-$(CONFIG_USB_PHIDGETSERVO) += misc/ +obj-$(CONFIG_USB_SISUSBVGA) += misc/ obj-$(CONFIG_USB_ATM) += atm/ obj-$(CONFIG_USB_SPEEDTOUCH) += atm/ _