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

Commit 76a3ccab authored by Henry Ptasinski's avatar Henry Ptasinski Committed by Greg Kroah-Hartman
Browse files

staging: brcm80211: Fix compile issue when BRCM80211_PCI is not set.

parent efd89a22
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -67,10 +67,9 @@ PCIFILES := \

MODULEPFX := brcm80211

obj-m	+= $(MODULEPFX).o

# PCI driver
ifeq ($(CONFIG_BRCM80211_PCI),y)
obj-m	+= $(MODULEPFX).o
ccflags-y += $(PCI_CFLAGS)
$(MODULEPFX)-objs	= $(BRCM80211_OFILES) $(PCIFILES)
endif