]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* Makefile.am (default_payload.elf): Add modules
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 18 Jan 2014 18:43:19 +0000 (19:43 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 18 Jan 2014 18:43:19 +0000 (19:43 +0100)
multiboot cbmemc linux16 gzio echo help.

ChangeLog
Makefile.am

index edceb66dbcce421f41b669a5539d6c40b4a21932..cff9386d3d22a41d1595db249a156e6fee894a0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2014-01-01  Mike Gilbert <floppym@gentoo.org>
+2014-01-18  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * Makefile.am (default_payload.elf): Add modules
+       multiboot cbmemc linux16 gzio echo help.
+
+2014-01-18  Mike Gilbert <floppym@gentoo.org>
 
        * Makefile.util.def: Link grub-ofpathname with zfs libs.
 
index aa526f573c357c5b46a6537de90d0d564de350ef..97c062d7d35f5348f81f1d666527537a73a72fc1 100644 (file)
@@ -399,7 +399,7 @@ bootcheck: $(BOOTCHECKS)
 
 if COND_i386_coreboot
 default_payload.elf: grub-mkstandalone grub-mkimage
-       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
+       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
 endif
 
 windowsdir=$(top_builddir)/$(PACKAGE)-$(VERSION)-for-windows