From 8971cdc8728a1a6484ec26b0c384f75bedc0c933 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 13 Mar 2010 13:51:12 +0000 Subject: [PATCH] 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@785 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/bsp/examples/libsys/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/CPUs/MIPS/bsp/examples/libsys/Makefile b/lib/CPUs/MIPS/bsp/examples/libsys/Makefile index bce1f29..376b961 100644 --- a/lib/CPUs/MIPS/bsp/examples/libsys/Makefile +++ b/lib/CPUs/MIPS/bsp/examples/libsys/Makefile @@ -1,4 +1,4 @@ -ENDIAN_FLAGS=-EB +ENDIAN_FLAGS=-EL CFLAGS=$(ENDIAN_FLAGS) -msoft-float -O2 -march=r3000 -I. -Wl,-M AS=mipsel-elf-as @@ -13,7 +13,8 @@ SRCS=libsys.c xcpt.c syscalls.c irq.c dbg.c mips_dis.c mips_gfx.c mips_ps2.c OBJS=libsys.o xcpt.o syscalls.o irq.o dbg.o mips_dis.o mips_gfx.o mips_ps2.o all: libsys.a - + $(MAKE) -C eb + %.o : %.c %.h $(CC) $(CFLAGS) -G 0 -c $(SRCS) @@ -24,3 +25,5 @@ libsys.a: $(OBJS) clean: rm -rf *.a *.o *.map *.dis *.elf > /dev/null + $(MAKE) -C eb clean +