blob: 1a2a430e3ab8daf85d47455f00a3e4b6bbfd3092 (
plain)
| 1
2
3
4
5
6
7
8
9
10
 | --- a/arch/mips/pci/Makefile
+++ b/arch/mips/pci/Makefile
@@ -19,6 +19,7 @@ obj-$(CONFIG_BCM47XX)		+= pci-bcm47xx.o
 obj-$(CONFIG_BCM63XX)		+= pci-bcm63xx.o fixup-bcm63xx.o \
 					ops-bcm63xx.o
 obj-$(CONFIG_MIPS_ALCHEMY)	+= pci-alchemy.o
+obj-$(CONFIG_SOC_RT288X)	+= pci-rt288x.o
 
 #
 # These are still pretty much in the old state, watch, go blind.
 |