forked from Minki/linux
eeb9db09f7
Currently, it's difficult to find all the workarounds that are applied when running on EFI, because they're littered throughout various code paths. This change moves all of them into a separate file with the hope that it will be come the single location for all our well documented quirks. Signed-off-by: Saurabh Tangri <saurabh.tangri@intel.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
5 lines
206 B
Makefile
5 lines
206 B
Makefile
obj-$(CONFIG_EFI) += quirks.o efi.o efi_$(BITS).o efi_stub_$(BITS).o
|
|
obj-$(CONFIG_ACPI_BGRT) += efi-bgrt.o
|
|
obj-$(CONFIG_EARLY_PRINTK_EFI) += early_printk.o
|
|
obj-$(CONFIG_EFI_MIXED) += efi_thunk_$(BITS).o
|