From: Vladimir Serbinenko Date: Fri, 19 Feb 2016 03:47:02 +0000 (+0100) Subject: Move cbfb X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2f98d7648ec526c2b9406c027407923af9f15dbc;p=thirdparty%2Fgrub.git Move cbfb --- diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index 58b4208b0..24fe49199 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -164,7 +164,7 @@ kernel = { i386_multiboot = kern/i386/coreboot/init.c; i386_qemu = kern/i386/qemu/init.c; i386_coreboot_multiboot_qemu = term/i386/pc/vga_text.c; - i386_coreboot = video/i386/coreboot/cbfb.c; + coreboot = video/coreboot/cbfb.c; efi = disk/efi/efidisk.c; efi = kern/efi/efi.c; diff --git a/grub-core/video/i386/coreboot/cbfb.c b/grub-core/video/coreboot/cbfb.c similarity index 100% rename from grub-core/video/i386/coreboot/cbfb.c rename to grub-core/video/coreboot/cbfb.c