mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 20:30:57 +07:00
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
@ -58,7 +58,6 @@ obj-$(CONFIG_INTEL_TXT) += tboot.o
|
||||
obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
||||
obj-y += cpu/
|
||||
obj-y += acpi/
|
||||
obj-$(CONFIG_SFI) += sfi.o
|
||||
obj-y += reboot.o
|
||||
obj-$(CONFIG_MCA) += mca_32.o
|
||||
obj-$(CONFIG_X86_MSR) += msr.o
|
||||
|
@ -1 +1,2 @@
|
||||
# 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…
Reference in New Issue
Block a user