* grub-core/Makefile.am: Don't attempt to export grub_bios_interrupt on i386-multiboot.

This commit is contained in:
Vladimir Serbinenko 2013-12-18 21:19:11 +01:00
parent b9f03772b5
commit 2984035e1a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-12-18 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/Makefile.am: Don't attempt to export grub_bios_interrupt
on i386-multiboot.
2013-12-18 Aleš Nesrsta <starous@volny.cz>
* grub-core/disk/usbms.c: Retry on unknown errors.

View File

@ -112,7 +112,6 @@ endif
if COND_i386_multiboot
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/i386/tsc.h
KERNEL_HEADER_FILES += $(top_builddir)/include/grub/i386/pc/int.h
endif
if COND_i386_qemu