Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 892c05c0 authored by Willy Tarreau's avatar Willy Tarreau Committed by John W. Linville
Browse files

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: default avatarWilly Tarreau <w@1wt.eu>
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 4c0f13f3
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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/