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) *~