
include			../../Makefile.top

XTARGETS		= booter
booter-OBJS		= booter.o elf.o rtas.o $(obj-y)
obj-$(CONFIG_OLDWORLD)	= oldworld.o

include			$(top_srcdir)/Rules.make
