2008-02-10 Robert Millan <rmh@aybabtu.com>
* conf/i386-efi.rmk (grub_emu_SOURCES): Add `disk/raid.c' and `disk/lvm.c'. * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise. * conf/i386-pc.rmk (grub_setup_SOURCES): Likewise. * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Move `disk/raid.c' and `disk/lvm.c' to the end of the list. * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise. * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
This commit is contained in:
parent
b5db202af3
commit
bf7486424d
11 changed files with 136 additions and 72 deletions
|
@ -70,8 +70,11 @@ grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c \
|
|||
partmap/amiga.c partmap/apple.c partmap/pc.c partmap/sun.c \
|
||||
partmap/acorn.c \
|
||||
util/console.c util/hostfs.c util/grub-emu.c util/misc.c \
|
||||
util/biosdisk.c util/getroot.c \
|
||||
util/powerpc/ieee1275/misc.c grub_script.tab.c grub_emu_init.c
|
||||
util/biosdisk.c util/getroot.c \
|
||||
util/powerpc/ieee1275/misc.c \
|
||||
\
|
||||
disk/raid.c disk/lvm.c \
|
||||
grub_script.tab.c grub_emu_init.c
|
||||
|
||||
grub_emu_LDFLAGS = $(LIBCURSES)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue