commit | c4f5ef89df0070385519e03692b3d87f6f08eb44 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Mon May 07 19:25:08 2007 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Mon May 07 19:25:08 2007 +0200 |
tree | 9b4591f4917bde663b381e1493d3b3a4a21e6eef | |
parent | b5daff571d94c22d7c1baf3c9e44dd44f6519456 [diff] [blame] |
fix: remove asm code
diff --git a/cpu/microblaze/Makefile b/cpu/microblaze/Makefile index b7be5e1..9d54201 100644 --- a/cpu/microblaze/Makefile +++ b/cpu/microblaze/Makefile
@@ -26,8 +26,7 @@ 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 +SOBJS = irq.o COBJS = cpu.o interrupts.o cache.o exception.o timer.o SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)