patch-2.4.25 linux-2.4.25/drivers/usb/gadget/Makefile
Next file: linux-2.4.25/drivers/usb/gadget/ether.c
Previous file: linux-2.4.25/drivers/usb/gadget/Config.in
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
2004-02-18 05:36:31.000000000 -0800
- Orig file:
linux-2.4.24/drivers/usb/gadget/Makefile
- Orig date:
2003-11-28 10:26:20.000000000 -0800
diff -urN linux-2.4.24/drivers/usb/gadget/Makefile linux-2.4.25/drivers/usb/gadget/Makefile
@@ -6,12 +6,14 @@
# for static linking
O_TARGET := built-in.o
-list-multi := g_zero.o g_ether.o
+list-multi := g_zero.o g_ether.o g_file_storage.o
obj-$(CONFIG_USB_NET2280) += net2280.o
+obj-$(CONFIG_USB_GOKU) += goku_udc.o
# only one of these may be statically linked ...
controller-$(CONFIG_USB_NET2280) += net2280.o
+controller-$(CONFIG_USB_GOKU) += goku_udc.o
# ... and only one of these, too; kbuild/kconfig don't help though.
g_zero-objs := zero.o usbstring.o
@@ -20,6 +22,8 @@
g_ether-objs := ether.o usbstring.o
obj-$(CONFIG_USB_ETH) += g_ether.o
+g_file_storage-objs := file_storage.o usbstring.o
+obj-$(CONFIG_USB_FILE_STORAGE) += g_file_storage.o
export-objs := $(controller-y) $(controller-m)
@@ -29,3 +33,5 @@
$(LD) -r -o $@ $(g_zero-objs)
g_ether.o: $(g_ether-objs)
$(LD) -r -o $@ $(g_ether-objs)
+g_file_storage.o: $(g_file_storage-objs)
+ $(LD) -r -o $@ $(g_file_storage-objs)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)