diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-12-04 03:58:56 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-12-04 03:58:56 +0000 |
commit | 1d67e90f19a7acfd9a05dc59678e7d0c5090bd0d (patch) | |
tree | 357efc7b93f8f5102110d20d293f41360ec212fc /drivers/usb/Makefile | |
parent | aea27b2e18d69af87e673972246e66657b4fa274 (diff) |
Merge with Linux 2.3.21.
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r-- | drivers/usb/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index 0531c15bd..8d6006493 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile @@ -97,6 +97,15 @@ ifeq ($(CONFIG_USB_PRINTER),m) MIX_OBJS += printer.o endif +ifeq ($(CONFIG_USB_SERIAL),y) + L_OBJS += serial.o +endif + +ifeq ($(CONFIG_USB_SERIAL),m) + M_OBJS += serial.o + MIX_OBJS += serial.o +endif + ifeq ($(CONFIG_USB_KBD),y) L_OBJS += keyboard.o keymap.o endif |