Move SSB out of brcm47xx target into generic-2.6 target
[openwrt.git] / target / linux / generic-2.6 / files / drivers / ssb / Makefile
diff --git a/target/linux/generic-2.6/files/drivers/ssb/Makefile b/target/linux/generic-2.6/files/drivers/ssb/Makefile
new file mode 100644 (file)
index 0000000..9a2b379
--- /dev/null
@@ -0,0 +1,11 @@
+ssb-builtin-drivers-y                                  += driver_chipcommon.o
+ssb-builtin-drivers-$(CONFIG_SSB_DRIVER_MIPS)          += driver_mipscore.o
+ssb-builtin-drivers-$(CONFIG_SSB_DRIVER_PCICORE)       += driver_pcicore.o
+
+ssb-hostsupport-$(CONFIG_SSB_PCIHOST)                  += pci.o pcihost_wrapper.o
+ssb-hostsupport-$(CONFIG_SSB_PCMCIAHOST)               += pcmcia.o
+
+obj-$(CONFIG_SSB) += ssb.o
+
+ssb-objs       := main.o scan.o \
+                  $(ssb-hostsupport-y) $(ssb-builtin-drivers-y)
This page took 0.020943 seconds and 4 git commands to generate.