added CACR define bits, added functions to set and retrieve current cache value and removed PC-relative compilation of cache.c
This commit is contained in:
2
Makefile
2
Makefile
@@ -155,7 +155,7 @@ $(LIBBAS): $(OBJS)
|
||||
# compile printf pc-relative so it can be used as well before and after copy of BaS
|
||||
#$(OBJDIR)/bas_printf.o: CFLAGS += -mpcrel
|
||||
# the same for flush_and_invalidate_cache()
|
||||
$(OBJDIR)/cache.o: CFLAGS += -mpcrel
|
||||
#$(OBJDIR)/cache.o: CFLAGS += -mpcrel
|
||||
|
||||
$(OBJDIR)/%.o:$(SRCDIR)/%.c
|
||||
$(CC) -c $(CFLAGS) $(INCLUDE) $< -o $@
|
||||
|
||||
Reference in New Issue
Block a user