提交 892c05c0 编写于 作者: W Willy Tarreau 提交者: John W. Linville

rtlwifi: Let rtlwifi build when PCI is not enabled

On systems where PCI does not exist, a build of rtlwifi will fail.
Apply the same fix in case there are systems with PCI but not USB.
Signed-off-by: NWilly Tarreau <w@1wt.eu>
Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 4c0f13f3
......@@ -5,12 +5,15 @@ rtlwifi-objs := \
core.o \
debug.o \
efuse.o \
pci.o \
ps.o \
rc.o \
regd.o \
usb.o
ifeq ($(CONFIG_PCI),y)
rtlwifi-objs += pci.o
endif
obj-$(CONFIG_RTL8192CE) += rtl8192ce/
obj-$(CONFIG_RTL8192CU) += rtl8192cu/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册