commit | b5daff571d94c22d7c1baf3c9e44dd44f6519456 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Mon May 07 19:12:43 2007 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Mon May 07 19:12:43 2007 +0200 |
tree | 613782e94bacc9e87cb774555ce143fbddefb8d6 | |
parent | 77a1e24a4bcac49cbb5983f6a528e43115c50aa9 [diff] [blame] |
fix: clean interrupt
diff --git a/cpu/microblaze/Makefile b/cpu/microblaze/Makefile index db1afa5..b7be5e1 100644 --- a/cpu/microblaze/Makefile +++ b/cpu/microblaze/Makefile
@@ -26,7 +26,8 @@ LIB = $(obj)lib$(CPU).a START = start.o -SOBJS = dcache.o icache.o irq.o disable_int.o enable_int.o +#SOBJS = dcache.o icache.o irq.o disable_int.o enable_int.o +SOBJS = dcache.o icache.o irq.o COBJS = cpu.o interrupts.o cache.o exception.o timer.o SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)