]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* Makefile.am (default_payload.elf): Add uhci, ohci and usb_keyboard.
authorVladimir Serbinenko <phcoder@gmail.com>
Thu, 14 Nov 2013 17:41:41 +0000 (18:41 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Thu, 14 Nov 2013 17:41:41 +0000 (18:41 +0100)
ChangeLog
Makefile.am

index 0807f1b3b5fd15690ca888641b52099d20b269f2..3788f8377c76871a532a7a3385699ae25d3738e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-14  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * Makefile.am (default_payload.elf): Add uhci, ohci and usb_keyboard.
+
 2013-11-14  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * configure.ac: Move nm checks to the end.
index 3b5c0e48e9fc5b31c93989b65f01ee5358f9c04e..03ef964919e40af6ac4e030f147febae29755776 100644 (file)
@@ -394,7 +394,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 ehci 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 setpci lsacpi chain' --fonts= --themes= --locales= -d grub-core/
+       pkgdatadir=. ./grub-mkstandalone --grub-mkimage=./grub-mkimage -O i386-coreboot -o $@ --modules='ahci 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 setpci lsacpi chain' --fonts= --themes= --locales= -d grub-core/
 endif