]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
i386: move video
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:56 +0000 (11:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:56 +0000 (11:16 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/i386/Makefile
arch/x86/video/Makefile [moved from arch/i386/video/Makefile with 100% similarity]
arch/x86/video/fbdev.c [moved from arch/i386/video/fbdev.c with 100% similarity]

index 4d1c0015e443905ec8a4322fdee643b6d25ff5a9..397cfedb4b196665ea6394a151dc7ffdd681622d 100644 (file)
@@ -111,7 +111,7 @@ drivers-$(CONFIG_PCI)                       += arch/x86/pci/
 # must be linked after kernel/
 drivers-$(CONFIG_OPROFILE)             += arch/x86/oprofile/
 drivers-$(CONFIG_PM)                   += arch/x86/power/
-drivers-$(CONFIG_FB)                    += arch/i386/video/
+drivers-$(CONFIG_FB)                    += arch/x86/video/
 
 CFLAGS += $(mflags-y)
 AFLAGS += $(mflags-y)