modified entry point for XHDI routines

This commit is contained in:
Markus Fröschle
2013-05-10 13:16:00 +00:00
parent dc98071e96
commit 62c264975f
5 changed files with 21 additions and 4 deletions

View File

@@ -81,7 +81,8 @@ ASRCS= \
$(SRCDIR)/mmu.S \
$(SRCDIR)/exceptions.S \
$(SRCDIR)/supervisor.S \
$(SRCDIR)/illegal_instruction.S
$(SRCDIR)/illegal_instruction.S \
$(SRCDIR)/xhdi_vec.S
COBJS=$(patsubst $(SRCDIR)/%.o,$(OBJDIR)/%.o,$(patsubst %.c,%.o,$(CSRCS)))
AOBJS=$(patsubst $(SRCDIR)/%.o,$(OBJDIR)/%.o,$(patsubst %.S,%.o,$(ASRCS)))