brintos

brintos / linux-shallow public Read only

0
0
Text · 931 B · 142d33d Raw
28 lines · plain
1# SPDX-License-Identifier: GPL-2.02# core3ssb-y					+= main.o scan.o4ssb-$(CONFIG_SSB_EMBEDDED)		+= embedded.o5ssb-$(CONFIG_SSB_SPROM)			+= sprom.o6 7# host support8ssb-$(CONFIG_SSB_PCIHOST)		+= pci.o pcihost_wrapper.o9ssb-$(CONFIG_SSB_PCMCIAHOST)		+= pcmcia.o bridge_pcmcia_80211.o10ssb-$(CONFIG_SSB_SDIOHOST)		+= sdio.o11ssb-$(CONFIG_SSB_HOST_SOC)		+= host_soc.o12 13# built-in drivers14ssb-y					+= driver_chipcommon.o15ssb-y					+= driver_chipcommon_pmu.o16ssb-$(CONFIG_SSB_SFLASH)		+= driver_chipcommon_sflash.o17ssb-$(CONFIG_SSB_DRIVER_MIPS)		+= driver_mipscore.o18ssb-$(CONFIG_SSB_DRIVER_EXTIF)		+= driver_extif.o19ssb-$(CONFIG_SSB_DRIVER_PCICORE)	+= driver_pcicore.o20ssb-$(CONFIG_SSB_DRIVER_GIGE)		+= driver_gige.o21ssb-$(CONFIG_SSB_DRIVER_GPIO)		+= driver_gpio.o22 23# b43 pci-ssb-bridge driver24# Not strictly a part of SSB, but kept here for convenience25ssb-$(CONFIG_SSB_B43_PCI_BRIDGE)	+= b43_pci_bridge.o26 27obj-$(CONFIG_SSB)			+= ssb.o28