2009-05-05 Felix Zielcke <fzielcke@z-51.de>

* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
	`normal/autofs.c'.
This commit is contained in:
fzielcke 2009-05-05 19:32:27 +00:00
parent 96613b6258
commit 1905c57b0e
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
2009-05-05 Felix Zielcke <fzielcke@z-51.de>
* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
`kern/rescue_reader.c' and `kern/rescue_parser.c'.
`kern/rescue_reader.c', `kern/rescue_parser.c' and `normal/autofs.c'.
2009-05-05 David S. Miller <davem@davemloft.net>

View file

@ -61,7 +61,7 @@ grub_emu_SOURCES = commands/minicmd.c commands/cat.c commands/cmp.c \
kern/command.c kern/corecmd.c commands/extcmd.c \
lib/arg.c normal/cmdline.c normal/datetime.c \
normal/completion.c normal/misc.c \
normal/handler.c normal/main.c \
normal/handler.c normal/autofs.c normal/main.c \
normal/menu.c \
normal/menu_text.c \
normal/menu_entry.c normal/menu_viewer.c \