diff options
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 cfbb74f2982e..656e58b92618 100644 --- a/drivers/ssb/Makefile +++ b/drivers/ssb/Makefile | |||
@@ -6,6 +6,7 @@ ssb-$(CONFIG_SSB_SPROM) += sprom.o | |||
6 | # host support | 6 | # host support |
7 | ssb-$(CONFIG_SSB_PCIHOST) += pci.o pcihost_wrapper.o | 7 | ssb-$(CONFIG_SSB_PCIHOST) += pci.o pcihost_wrapper.o |
8 | ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia.o | 8 | ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia.o |
9 | ssb-$(CONFIG_SSB_SDIOHOST) += sdio.o | ||
9 | 10 | ||
10 | # built-in drivers | 11 | # built-in drivers |
11 | ssb-y += driver_chipcommon.o | 12 | ssb-y += driver_chipcommon.o |