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