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

0dc71c
From 3f6bd432acbf2244e6f4b83dd3a259392b10afb6 Mon Sep 17 00:00:00 2001
0dc71c
From: Vladimir Serbinenko <phcoder@gmail.com>
0dc71c
Date: Sat, 18 Jan 2014 19:43:19 +0100
0dc71c
Subject: [PATCH 030/143] 	* Makefile.am (default_payload.elf): Add
0dc71c
 modules 	multiboot cbmemc linux16 gzio echo help.
0dc71c
0dc71c
---
0dc71c
 ChangeLog   | 7 ++++++-
0dc71c
 Makefile.am | 2 +-
0dc71c
 2 files changed, 7 insertions(+), 2 deletions(-)
0dc71c
0dc71c
diff --git a/ChangeLog b/ChangeLog
0dc71c
index edceb66..cff9386 100644
0dc71c
--- a/ChangeLog
0dc71c
+++ b/ChangeLog
0dc71c
@@ -1,4 +1,9 @@
0dc71c
-2014-01-01  Mike Gilbert <floppym@gentoo.org>
0dc71c
+2014-01-18  Vladimir Serbinenko  <phcoder@gmail.com>
0dc71c
+
0dc71c
+	* Makefile.am (default_payload.elf): Add modules
0dc71c
+	multiboot cbmemc linux16 gzio echo help.
0dc71c
+
0dc71c
+2014-01-18  Mike Gilbert <floppym@gentoo.org>
0dc71c
 
0dc71c
 	* Makefile.util.def: Link grub-ofpathname with zfs libs.
0dc71c
 
0dc71c
diff --git a/Makefile.am b/Makefile.am
0dc71c
index aa526f5..97c062d 100644
0dc71c
--- a/Makefile.am
0dc71c
+++ b/Makefile.am
0dc71c
@@ -399,7 +399,7 @@ bootcheck: $(BOOTCHECKS)
0dc71c
 
0dc71c
 if COND_i386_coreboot
0dc71c
 default_payload.elf: grub-mkstandalone grub-mkimage
0dc71c
-	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
0dc71c
+	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
0dc71c
 endif
0dc71c
 
0dc71c
 windowsdir=$(top_builddir)/$(PACKAGE)-$(VERSION)-for-windows
0dc71c
-- 
0dc71c
1.9.3
0dc71c