=================================================================== RCS file: /cvs/prex/boot/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- prex/boot/Makefile 2008/08/19 13:46:47 1.1 +++ prex/boot/Makefile 2008/09/12 22:24:52 1.2 @@ -6,5 +6,6 @@ OBJS= ./$(ARCH)/$(PLATFORM)/boot.o ./common/common.o LIBS= ./lib/libboot.a $(LIBGCC_PATH)libgcc.a LD_SCRIPT= ./$(ARCH)/$(PLATFORM)/boot.ld +SYMBOL= ./bootldr.sym include $(SRCDIR)/mk/boot.mk