diff options
Diffstat (limited to 'drivers/ssb/Makefile')
-rw-r--r-- | drivers/ssb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ssb/Makefile b/drivers/ssb/Makefile index e235144add7c..de94c2eb7a37 100644 --- a/drivers/ssb/Makefile +++ b/drivers/ssb/Makefile | |||
@@ -14,6 +14,6 @@ ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o | |||
14 | 14 | ||
15 | # b43 pci-ssb-bridge driver | 15 | # b43 pci-ssb-bridge driver |
16 | # Not strictly a part of SSB, but kept here for convenience | 16 | # Not strictly a part of SSB, but kept here for convenience |
17 | ssb-$(CONFIG_SSB_PCIHOST) += b43_pci_bridge.o | 17 | ssb-$(CONFIG_SSB_B43_PCI_BRIDGE) += b43_pci_bridge.o |
18 | 18 | ||
19 | obj-$(CONFIG_SSB) += ssb.o | 19 | obj-$(CONFIG_SSB) += ssb.o |