diff options
| author | Michal Simek <[email protected]> | 2007-05-07 19:12:43 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2007-05-07 19:12:43 +0200 |
| commit | fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01 (patch) | |
| tree | 613782e94bacc9e87cb774555ce143fbddefb8d6 /cpu/microblaze/Makefile | |
| parent | 42efed6130c8fcf7da881385b5427065d2801757 (diff) | |
fix: clean interrupt
Diffstat (limited to 'cpu/microblaze/Makefile')
| -rw-r--r-- | cpu/microblaze/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/microblaze/Makefile b/cpu/microblaze/Makefile index db1afa553dd..b7be5e146cb 100644 --- a/cpu/microblaze/Makefile +++ b/cpu/microblaze/Makefile @@ -26,7 +26,8 @@ include $(TOPDIR)/config.mk 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) |
