8e7e8a5b7b
Implement generic MIPS Coherent Processing System (CPS) which in this commit just creates VPs, but it will serve as a container also for other components like Global Configuration Registers and Cluster Power Controller. Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
7 lines
215 B
Makefile
7 lines
215 B
Makefile
obj-y += mips_r4k.o mips_malta.o mips_mipssim.o
|
|
obj-y += addr.o cputimer.o mips_int.o
|
|
obj-$(CONFIG_JAZZ) += mips_jazz.o
|
|
obj-$(CONFIG_FULONG) += mips_fulong2e.o
|
|
obj-y += gt64xxx_pci.o
|
|
obj-$(CONFIG_MIPS_CPS) += cps.o
|