Commit 44ceced3 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB

fixed lib Makefile problem with usb files moving
moved drivers/usb/scanner/ to drivers/usb/image/
parent 64416c98
...@@ -28,7 +28,7 @@ subdir-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate ...@@ -28,7 +28,7 @@ subdir-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate
obj-y += $(join $(subdir-y),$(subdir-y:%=/%.o)) obj-y += $(join $(subdir-y),$(subdir-y:%=/%.o))
include $(TOPDIR)/drivers/net/Makefile.lib include $(TOPDIR)/drivers/net/Makefile.lib
include $(TOPDIR)/drivers/usb/Makefile.lib include $(TOPDIR)/drivers/usb/class/Makefile.lib
include $(TOPDIR)/fs/Makefile.lib include $(TOPDIR)/fs/Makefile.lib
include $(TOPDIR)/Rules.make include $(TOPDIR)/Rules.make
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment