Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 937f961a authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86: Move sfi to platform



Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Len Brown <lenb@kernel.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
parent 3adbb7f4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
# Platform specific code goes here
obj-y	+= sfi/
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_SFI)		+= sfi.o
+0 −0

File moved.