- update for "marc008"
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@12 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
parent
c0cdc2b283
commit
ae08a68b42
1 changed files with 1 additions and 1 deletions
|
@ -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) *~
|
||||
|
|
Loading…
Add table
Reference in a new issue