x86: Move sfi to platform
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Len Brown <lenb@kernel.org> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
This commit is contained in:
		
					parent
					
						
							
								3adbb7f4a3
							
						
					
				
			
			
				commit
				
					
						937f961a65
					
				
			
		
					 4 changed files with 2 additions and 1 deletions
				
			
		|  | @ -58,7 +58,6 @@ obj-$(CONFIG_INTEL_TXT)		+= tboot.o | ||||||
| obj-$(CONFIG_STACKTRACE)	+= stacktrace.o | obj-$(CONFIG_STACKTRACE)	+= stacktrace.o | ||||||
| obj-y				+= cpu/ | obj-y				+= cpu/ | ||||||
| obj-y				+= acpi/ | obj-y				+= acpi/ | ||||||
| obj-$(CONFIG_SFI)		+= sfi.o |  | ||||||
| obj-y				+= reboot.o | obj-y				+= reboot.o | ||||||
| obj-$(CONFIG_MCA)		+= mca_32.o | obj-$(CONFIG_MCA)		+= mca_32.o | ||||||
| obj-$(CONFIG_X86_MSR)		+= msr.o | obj-$(CONFIG_X86_MSR)		+= msr.o | ||||||
|  |  | ||||||
|  | @ -1 +1,2 @@ | ||||||
| # Platform specific code goes here
 | # Platform specific code goes here
 | ||||||
|  | obj-y	+= sfi/ | ||||||
|  |  | ||||||
							
								
								
									
										1
									
								
								arch/x86/platform/sfi/Makefile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								arch/x86/platform/sfi/Makefile
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | obj-$(CONFIG_SFI)		+= sfi.o | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Thomas Gleixner
				Thomas Gleixner