patch-2.4.0-prerelease linux/drivers/usb/serial/Makefile
Next file: linux/drivers/usb/storage/Makefile
Previous file: linux/drivers/usb/Makefile
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Fri Dec 29 14:07:23 2000
- Orig file:
v2.4.0-test12/linux/drivers/usb/serial/Makefile
- Orig date:
Mon Dec 11 17:59:44 2000
diff -u --recursive --new-file v2.4.0-test12/linux/drivers/usb/serial/Makefile linux/drivers/usb/serial/Makefile
@@ -3,16 +3,9 @@
#
O_TARGET := usb-serial.o
-M_OBJS :=
-O_OBJS :=
# Object file lists.
-obj-y :=
-obj-m :=
-obj-n :=
-obj- :=
-
obj-$(CONFIG_USB_SERIAL) += usbserial.o
obj-$(CONFIG_USB_SERIAL_VISOR) += visor.o
obj-$(CONFIG_USB_SERIAL_WHITEHEAT) += whiteheat.o
@@ -27,13 +20,6 @@
# Objects that export symbols.
export-objs := usbserial.o
-
-# Translate to Rules.make lists.
-
-O_OBJS := $(sort $(filter-out $(export-objs), $(obj-y)))
-OX_OBJS := $(sort $(filter $(export-objs), $(obj-y)))
-M_OBJS := $(sort $(filter-out $(export-objs), $(obj-m)))
-MX_OBJS := $(sort $(filter $(export-objs), $(obj-m)))
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)