From 2f98d7648ec526c2b9406c027407923af9f15dbc Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Fri, 19 Feb 2016 04:47:02 +0100 Subject: [PATCH] Move cbfb --- grub-core/Makefile.core.def | 2 +- grub-core/video/{i386 => }/coreboot/cbfb.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename grub-core/video/{i386 => }/coreboot/cbfb.c (100%) 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 -- 2.47.2