From ae08a68b42c99f1e8856216fd6404851c4aadf8d Mon Sep 17 00:00:00 2001 From: stefan Date: Mon, 2 Aug 2010 09:55:18 +0000 Subject: [PATCH] - update for "marc008" git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@12 315a16e6-25f9-4109-90ae-ca3045a26c18 --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.example b/Makefile.example index 07014410..183e0e6a 100644 --- a/Makefile.example +++ b/Makefile.example @@ -22,7 +22,7 @@ default: all: for i in $(SUBDIRS); do $(MAKE) -C $$i all; done - $(LD) $(LDFLAGS) -o $(NAME) $(LIBNAME) + $(LD) $(LDFLAGS) -o $(NAME) $(TOPDIR)/arch/$(ARCH)/kernel/entry.o $(LIBNAME) clean: $(RM) $(NAME) $(LIBNAME) *~