2004-04-30 Jeroen Dekkers <jeroen@dekkers.cx>

* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add normal/arg.c,
	commands/ls.c, commands/terminal.c, commands/boot.c,
	commands/cmp.c and commands/cat.c.
	(grubof_LDFLAGS): Add -nostdlib -static-libgcc -lgcc.

	* kern/powerpc/ieee1275/init.c: Include "grub/env.h" instead of
	"env.h"
This commit is contained in:
jeroen 2004-04-30 20:46:40 +00:00
parent cf6551e871
commit cc2e748a08
4 changed files with 70 additions and 8 deletions

View file

@ -27,7 +27,7 @@
#include <grub/normal.h>
#include <grub/fs.h>
#include <grub/setjmp.h>
#include <env.h>
#include <grub/env.h>
void grub_ofdisk_init (void);
void grub_console_init (void);