The C2K platform appears to be orphaned so remove code supporting it. CC: Remi Machet <rmachet@nvidia.com> Signed-off-by: Mark Greer <mgreer@animalcreek.com> Acked-by: Remi Machet <remi@machet.us> Signed-off-by: Mark Greer <mgreer@animalcreek.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
		
			
				
	
	
		
			14 lines
		
	
	
		
			469 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			469 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0
 | |
| #
 | |
| # Makefile for the 6xx/7xx/7xxxx linux kernel.
 | |
| #
 | |
| obj-$(CONFIG_MPC7448HPC2)	+= mpc7448_hpc2.o
 | |
| obj-$(CONFIG_LINKSTATION)	+= linkstation.o ls_uart.o
 | |
| obj-$(CONFIG_STORCENTER)	+= storcenter.o
 | |
| obj-$(CONFIG_PPC_HOLLY)		+= holly.o
 | |
| obj-$(CONFIG_USBGECKO_UDBG)	+= usbgecko_udbg.o
 | |
| obj-$(CONFIG_GAMECUBE_COMMON)	+= flipper-pic.o
 | |
| obj-$(CONFIG_GAMECUBE)		+= gamecube.o
 | |
| obj-$(CONFIG_WII)		+= wii.o hlwd-pic.o
 | |
| obj-$(CONFIG_MVME5100)		+= mvme5100.o
 |