- minor changes
Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@629 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -15,7 +15,7 @@ PROG = hello.elf testbench.elf test_irq.elf dhry.elf queens.elf stanford.elf par
|
||||
|
||||
all: $(PROG)
|
||||
|
||||
libsys.a: startup.S kernel.S libsys.c xcpt.c irq.c
|
||||
libsys.a: startup.S kernel.S libsys.c xcpt.c irq.c dbg.c mipsdis.c
|
||||
$(CC) $(CFLAGS) -G 0 -c startup.S -o startup.o
|
||||
$(CC) $(CFLAGS) -G 0 -c kernel.S -o kernel.o
|
||||
$(CC) $(CFLAGS) -G 0 -c libsys.c -o libsys.o
|
||||
|
||||
Reference in New Issue
Block a user