removed supervisor stuff/protect mode

This commit is contained in:
Markus Fröschle
2013-12-21 16:18:15 +00:00
parent ef5d8dcaaf
commit c6e5540ee3
7 changed files with 105 additions and 280 deletions

View File

@@ -43,7 +43,7 @@ TRGTDIRS= ./firebee ./m5484lite
OBJDIRS=$(patsubst %, %/objs,$(TRGTDIRS))
TOOLDIR=util
VPATH=dma:exe:flash:fs:if:kbd:pci:spi:sys:usb:net:util:xhdi
VPATH=dma exe flash fs if kbd pci spi sys usb net util xhdi
# Linker control file. The final $(LDCFILE) is intermediate only (preprocessed version of $(LDCSRC)
LDCFILE=bas.lk
@@ -61,7 +61,6 @@ BASFLASH_EXEC=basflash.$(EXE)
CSRCS= \
sysinit.c \
init_fpga.c \
mmu.c \
fault_vectors.c \
interrupts.c \
bas_printf.c \
@@ -102,8 +101,7 @@ ASRCS= \
startcf.S \
printf_helper.S \
exceptions.S \
supervisor.S \
illegal_instruction.S \
mmu.S \
xhdi_vec.S
SRCS=$(ASRCS) $(CSRCS)
@@ -228,7 +226,7 @@ indent: $(CSRCS)
.PHONY: tags
tags:
ctags sources/* include/*
ctags $(patsubst %,%/*,$(VPATH))
.PHONY: printvars
printvars: