summaryrefslogtreecommitdiff
path: root/arch/x86/platform/efi/Makefile
diff options
context:
space:
mode:
authorSaurabh Tangri <saurabh.tangri@intel.com>2014-06-02 05:18:35 -0700
committerMatt Fleming <matt.fleming@intel.com>2014-06-19 11:14:33 +0100
commiteeb9db09f738993c63ecb5aedf950a1e4fe4bd3f (patch)
tree7204b7099708ec4f0f25faac6ac01797c141ff28 /arch/x86/platform/efi/Makefile
parent7171511eaec5bf23fb06078f59784a3a0626b38f (diff)
x86/efi: Move all workarounds to a separate file quirks.c
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>
Diffstat (limited to 'arch/x86/platform/efi/Makefile')
-rw-r--r--arch/x86/platform/efi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/efi/Makefile b/arch/x86/platform/efi/Makefile
index d51045afcaaf..2846aaab5103 100644
--- a/arch/x86/platform/efi/Makefile
+++ b/arch/x86/platform/efi/Makefile
@@ -1,4 +1,4 @@
-obj-$(CONFIG_EFI) += efi.o efi_$(BITS).o efi_stub_$(BITS).o
+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