mirror of
				https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
				synced 2025-11-04 08:34:47 +10:00 
			
		
		
		
	This patch adds the Dell Systems Management Base Driver with sysfs support. This driver has been tested with Dell OpenManage. Signed-off-by: Doug Warzecha <Douglas_Warzecha@dell.com> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
		
			
				
	
	
		
			9 lines
		
	
	
		
			228 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			228 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for the linux kernel.
 | 
						|
#
 | 
						|
obj-$(CONFIG_EDD)             	+= edd.o
 | 
						|
obj-$(CONFIG_EFI_VARS)		+= efivars.o
 | 
						|
obj-$(CONFIG_EFI_PCDP)		+= pcdp.o
 | 
						|
obj-$(CONFIG_DELL_RBU)          += dell_rbu.o
 | 
						|
obj-$(CONFIG_DCDBAS)		+= dcdbas.o
 |