usb-storage: fix mistake in Makefile
This patch (as1228) fixes a Makefile error introduced when the subdrivers in usb-storage were split out into separate modules. The intention is that when CONFIG_USB_LIBUSUAL is set, libusual.o and usual-tables.o should be combined into a single object file (called usb-libusual). The current Makefile will instead create two separate objects, and the result won't load properly. Signed-off-by: NAlan Stern <stern@rowland.harvard.edu> Reported-and-tested-by: NAlan Jenkins <sourcejedi.lkml@googlemail.com> Reported-and-tested-by: NMike Galbraith <efault@gmx.de> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
Showing
想要评论请 注册 或 登录