From 830c7df46247b44aa46ae276073e2e10727c9e93 Mon Sep 17 00:00:00 2001 From: Rafał Miłecki Date: Sun, 25 Oct 2015 19:32:42 +0100 Subject: ssb: move functions specific to SoC hosted bus to separated file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This cleans main.c a bit and will allow us to compile SoC related code conditionally in the future. Signed-off-by: Rafał Miłecki Signed-off-by: Kalle Valo --- drivers/ssb/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/ssb/Makefile') diff --git a/drivers/ssb/Makefile b/drivers/ssb/Makefile index 7daa03e34b37..30194c5072f5 100644 --- a/drivers/ssb/Makefile +++ b/drivers/ssb/Makefile @@ -7,6 +7,7 @@ ssb-$(CONFIG_SSB_SPROM) += sprom.o ssb-$(CONFIG_SSB_PCIHOST) += pci.o pcihost_wrapper.o ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia.o bridge_pcmcia_80211.o ssb-$(CONFIG_SSB_SDIOHOST) += sdio.o +ssb-y += host_soc.o # built-in drivers ssb-y += driver_chipcommon.o -- cgit v1.2.3-59-g8ed1b