2009-05-03 Bean <bean123ch@gmail.com>
* Makefile.in (enable_efiemu): New variable. * conf/i386-pc.rmk: Only compile efiemu runtimes when enable_efiemu is set. (efiemu32.o): Use macro $< for source file, add $(srcdir) to include path. (efi64_c.o): Use macro $< for source file, add $(srcdir) to include path, add -mno-red-zone option. (efiemu64_s.o): Likewise. (efiemu64.o): Use macro $^ for source file. * configure.ac (--enable-efiemu): New option.
This commit is contained in:
parent
7dd4a573a9
commit
fc45fb586d
4 changed files with 29 additions and 4 deletions
|
@ -101,6 +101,7 @@ enable_lzo = @enable_lzo@
|
|||
enable_grub_mkfont = @enable_grub_mkfont@
|
||||
freetype_cflags = @freetype_cflags@
|
||||
freetype_libs = @freetype_libs@
|
||||
enable_efiemu = @enable_efiemu@
|
||||
|
||||
### General variables.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue