diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-08-02 08:05:23 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2013-08-02 19:17:47 -0400 |
commit | 2995e506276bfdc7311eb02db8b2aa1a61a4b849 (patch) | |
tree | c84c86746352c3875bb418a7bb91e433c2aa4471 /arch/x86/kernel/Makefile | |
parent | e3263ab389a7bc9398c3d366819d6f39b9cfd677 (diff) |
x86: sysfb: move EFI quirks from efifb to sysfb
The EFI FB quirks from efifb.c are useful for simple-framebuffer devices
as well. Apply them by default so we can convert efifb.c to use
efi-framebuffer platform devices.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Link: http://lkml.kernel.org/r/1375445127-15480-5-git-send-email-dh.herrmann@gmail.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r-- | arch/x86/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index 90ecdc5d471a..a5408b965c9d 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile | |||
@@ -105,6 +105,7 @@ obj-$(CONFIG_OF) += devicetree.o | |||
105 | obj-$(CONFIG_UPROBES) += uprobes.o | 105 | obj-$(CONFIG_UPROBES) += uprobes.o |
106 | obj-y += sysfb.o | 106 | obj-y += sysfb.o |
107 | obj-$(CONFIG_X86_SYSFB) += sysfb_simplefb.o | 107 | obj-$(CONFIG_X86_SYSFB) += sysfb_simplefb.o |
108 | obj-$(CONFIG_EFI) += sysfb_efi.o | ||
108 | 109 | ||
109 | obj-$(CONFIG_PERF_EVENTS) += perf_regs.o | 110 | obj-$(CONFIG_PERF_EVENTS) += perf_regs.o |
110 | obj-$(CONFIG_TRACING) += tracepoint.o | 111 | obj-$(CONFIG_TRACING) += tracepoint.o |