oops, include missing change from [8560]

SVN-Revision: 8562
This commit is contained in:
Nicolas Thill 2007-08-31 10:09:46 +00:00
parent 761dc0a0ae
commit 4bb9476035

View file

@ -46,11 +46,11 @@ rt2x00lib-objs := rt2x00dev.o rt2x00mac.o
ifeq ($(CONFIG_RT2X00),y)
obj-m += rt2x00lib.o
ifneq ($(CONFIG_PCI),)
ifeq ($(CONFIG_RT2x00PCI),y)
obj-m += rt2x00pci.o
endif
ifneq ($(CONFIG_USB),)
ifeq ($(CONFIG_RT2x00USB),y)
obj-m += rt2x00usb.o
endif