From 8c0dd9bf00251eb1f80c2782772a18561461af67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 14 Oct 2012 10:37:54 +0000 Subject: [PATCH] added functions (in cache.[ch]) to flush data and instruction caches for specific memory regions --- BaS_GNU/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/BaS_GNU/Makefile b/BaS_GNU/Makefile index b41eec9..7e10da3 100644 --- a/BaS_GNU/Makefile +++ b/BaS_GNU/Makefile @@ -36,6 +36,7 @@ CSRCS= \ $(SRCDIR)/startcf.c \ $(SRCDIR)/sysinit.c \ $(SRCDIR)/BaS.c \ + $(SRCDIR)/cache.c \ $(SRCDIR)/sd_card.c \ $(SRCDIR)/last.c