mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	In preparation for making the hotplug driver build for different architectures, move mlxcpld-hotplug.c to platform/mellanox and the header to include/linux/platform_data as mlxreg.h to reflect the new interface changes to come. Replace references to CPLD with REG throughout the files, consistent with the new name. Signed-off-by: Vadim Pasternak <vadimp@mellanox.com> Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com> [dvhart: update copyright, rewrite commit message] Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			287 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			287 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0
 | 
						|
#
 | 
						|
# Makefile for linux/drivers/platform
 | 
						|
#
 | 
						|
 | 
						|
obj-$(CONFIG_X86)		+= x86/
 | 
						|
obj-$(CONFIG_MELLANOX_PLATFORM)	+= mellanox/
 | 
						|
obj-$(CONFIG_MIPS)		+= mips/
 | 
						|
obj-$(CONFIG_OLPC)		+= olpc/
 | 
						|
obj-$(CONFIG_GOLDFISH)		+= goldfish/
 | 
						|
obj-$(CONFIG_CHROME_PLATFORMS)	+= chrome/
 |