diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-10-25 19:32:42 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-10-28 21:05:21 +0200 |
commit | 830c7df46247b44aa46ae276073e2e10727c9e93 (patch) | |
tree | b87ad6e0c83d8af2d6db206fd21d37095c00de0e /drivers/ssb/Makefile | |
parent | 399500da18f7fe79699c0e4f603f8874cecb3898 (diff) | |
download | linux-830c7df46247b44aa46ae276073e2e10727c9e93.tar.gz linux-830c7df46247b44aa46ae276073e2e10727c9e93.tar.bz2 linux-830c7df46247b44aa46ae276073e2e10727c9e93.zip |
ssb: move functions specific to SoC hosted bus to separated file
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 <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/ssb/Makefile')
-rw-r--r-- | drivers/ssb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |