* grub-core/Makefile.am: Don't attempt to export grub_bios_interrupt on i386-multiboot.
This commit is contained in:
parent
b9f03772b5
commit
2984035e1a
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2013-12-18 Aleš Nesrsta <starous@volny.cz>
|
||||||
|
|
||||||
* grub-core/disk/usbms.c: Retry on unknown errors.
|
* grub-core/disk/usbms.c: Retry on unknown errors.
|
||||||
|
|
|
@ -112,7 +112,6 @@ endif
|
||||||
|
|
||||||
if COND_i386_multiboot
|
if COND_i386_multiboot
|
||||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/i386/tsc.h
|
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/i386/tsc.h
|
||||||
KERNEL_HEADER_FILES += $(top_builddir)/include/grub/i386/pc/int.h
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if COND_i386_qemu
|
if COND_i386_qemu
|
||||||
|
|
Loading…
Reference in a new issue