removed supervisor stuff/protect mode
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user