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

a85e8e
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
a85e8e
Subject: [PATCH 030/260] * Makefile.am (default_payload.elf): Add modules
a85e8e
 multiboot cbmemc linux16 gzio echo help.
a85e8e
a85e8e
---
a85e8e
 ChangeLog   | 7 ++++++-
a85e8e
 Makefile.am | 2 +-
a85e8e
 2 files changed, 7 insertions(+), 2 deletions(-)
a85e8e
a85e8e
diff --git a/ChangeLog b/ChangeLog
a85e8e
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
 
a85e8e
diff --git a/Makefile.am b/Makefile.am
a85e8e
index aa526f573..97c062d7d 100644
a85e8e
--- a/Makefile.am
a85e8e
+++ b/Makefile.am
a85e8e
@@ -399,7 +399,7 @@ bootcheck: $(BOOTCHECKS)
a85e8e
 
a85e8e
 if COND_i386_coreboot
a85e8e
 default_payload.elf: grub-mkstandalone grub-mkimage
a85e8e
-	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
a85e8e
+	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
a85e8e
 endif
a85e8e
 
a85e8e
 windowsdir=$(top_builddir)/$(PACKAGE)-$(VERSION)-for-windows
a85e8e
-- 
a85e8e
2.13.0
a85e8e