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

Commit b17ed480 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86: Move efi to platform



Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Huang Ying <ying.huang@intel.com>
parent 937f961a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -81,7 +81,6 @@ obj-$(CONFIG_KEXEC) += relocate_kernel_$(BITS).o crash.o
obj-$(CONFIG_CRASH_DUMP)	+= crash_dump_$(BITS).o
obj-$(CONFIG_KPROBES)		+= kprobes.o
obj-$(CONFIG_MODULES)		+= module.o
obj-$(CONFIG_EFI) 		+= efi.o efi_$(BITS).o efi_stub_$(BITS).o
obj-$(CONFIG_DOUBLEFAULT) 	+= doublefault_32.o
obj-$(CONFIG_KGDB)		+= kgdb.o
obj-$(CONFIG_VM86)		+= vm86_32.o
+1 −0
Original line number Diff line number Diff line
# Platform specific code goes here
obj-y	+= efi/
obj-y	+= sfi/
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_EFI) 		+= efi.o efi_$(BITS).o efi_stub_$(BITS).o
+0 −0

File moved.

+0 −0

File moved.

Loading