Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
This commit is contained in:
@@ -7,15 +7,18 @@ rtlwifi-objs := \
|
||||
efuse.o \
|
||||
ps.o \
|
||||
rc.o \
|
||||
regd.o \
|
||||
usb.o
|
||||
regd.o
|
||||
|
||||
rtl8192c_common-objs += \
|
||||
|
||||
ifeq ($(CONFIG_PCI),y)
|
||||
ifneq ($(CONFIG_PCI),)
|
||||
rtlwifi-objs += pci.o
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_USB),)
|
||||
rtlwifi-objs += usb.o
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_RTL8192C_COMMON) += rtl8192c/
|
||||
obj-$(CONFIG_RTL8192CE) += rtl8192ce/
|
||||
obj-$(CONFIG_RTL8192CU) += rtl8192cu/
|
||||
|
Reference in New Issue
Block a user