Skip to content
Snippets Groups Projects
Commit 4ac24f63 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

i386: move video


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent ff439565
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ drivers-$(CONFIG_PCI) += arch/x86/pci/ ...@@ -111,7 +111,7 @@ drivers-$(CONFIG_PCI) += arch/x86/pci/
# must be linked after kernel/ # must be linked after kernel/
drivers-$(CONFIG_OPROFILE) += arch/x86/oprofile/ drivers-$(CONFIG_OPROFILE) += arch/x86/oprofile/
drivers-$(CONFIG_PM) += arch/x86/power/ drivers-$(CONFIG_PM) += arch/x86/power/
drivers-$(CONFIG_FB) += arch/i386/video/ drivers-$(CONFIG_FB) += arch/x86/video/
CFLAGS += $(mflags-y) CFLAGS += $(mflags-y)
AFLAGS += $(mflags-y) AFLAGS += $(mflags-y)
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment