Blame SOURCES/0030-Makefile.am-default_payload.elf-Add-modules-multiboo.patch

6b3c76
From 62d74eb68cebd48250469a1bfd4a042267fb04c9 Mon Sep 17 00:00:00 2001
a85e8e
From: Vladimir Serbinenko <phcoder@gmail.com>
a85e8e
Date: Sat, 18 Jan 2014 19:43:19 +0100
6b3c76
Subject: [PATCH 030/261] * Makefile.am (default_payload.elf): Add modules
6b3c76
 multiboot cbmemc linux16 gzio echo help.
a85e8e
a85e8e
---
d41074
 ChangeLog   | 7 ++++++-
6b3c76
 Makefile.am | 2 +-
a85e8e
 2 files changed, 7 insertions(+), 2 deletions(-)
a85e8e
a85e8e
diff --git a/ChangeLog b/ChangeLog
6b3c76
index edceb66db..cff9386d3 100644
a85e8e
--- a/ChangeLog
a85e8e
+++ b/ChangeLog
a85e8e
@@ -1,4 +1,9 @@
a85e8e
-2014-01-01  Mike Gilbert <floppym@gentoo.org>
a85e8e
+2014-01-18  Vladimir Serbinenko  <phcoder@gmail.com>
a85e8e
+
a85e8e
+	* Makefile.am (default_payload.elf): Add modules
a85e8e
+	multiboot cbmemc linux16 gzio echo help.
a85e8e
+
a85e8e
+2014-01-18  Mike Gilbert <floppym@gentoo.org>
a85e8e
 
a85e8e
 	* Makefile.util.def: Link grub-ofpathname with zfs libs.
a85e8e
 
6b3c76
diff --git a/Makefile.am b/Makefile.am
6b3c76
index aa526f573..97c062d7d 100644
6b3c76
--- a/Makefile.am
6b3c76
+++ b/Makefile.am
6b3c76
@@ -399,7 +399,7 @@ bootcheck: $(BOOTCHECKS)
6b3c76
 
6b3c76
 if COND_i386_coreboot
6b3c76
 default_payload.elf: grub-mkstandalone grub-mkimage
6b3c76
-	pkgdatadir=. ./grub-mkstandalone --grub-mkimage=./grub-mkimage -O i386-coreboot -o $@ --modules='ahci pata ehci uhci ohci usb_keyboard usbms part_msdos xfs ext2 fat at_keyboard part_gpt usbserial_usbdebug cbfs' --install-modules='ls linux search configfile normal cbtime cbls memrw iorw minicmd lsmmap lspci halt reboot hexdump pcidump regexp setpci lsacpi chain test serial' --fonts= --themes= --locales= -d grub-core/ /boot/grub/grub.cfg=$(srcdir)/coreboot.cfg
6b3c76
+	pkgdatadir=. ./grub-mkstandalone --grub-mkimage=./grub-mkimage -O i386-coreboot -o $@ --modules='ahci pata ehci uhci ohci usb_keyboard usbms part_msdos xfs ext2 fat at_keyboard part_gpt usbserial_usbdebug cbfs' --install-modules='ls linux search configfile normal cbtime cbls memrw iorw minicmd lsmmap lspci halt reboot hexdump pcidump regexp setpci lsacpi chain test serial multiboot cbmemc linux16 gzio echo help' --fonts= --themes= --locales= -d grub-core/ /boot/grub/grub.cfg=$(srcdir)/coreboot.cfg
6b3c76
 endif
6b3c76
 
6b3c76
 windowsdir=$(top_builddir)/$(PACKAGE)-$(VERSION)-for-windows
6b3c76
-- 
6b3c76
2.13.5
6b3c76