From 481054e087a5f0d2c8f0e860596f8ab3a890e910 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 17 Dec 2014 08:13:46 +0100 Subject: bsp/moxiesim: Add cache manager implementation Close #2220. --- c/src/lib/libbsp/moxie/moxiesim/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'c/src/lib/libbsp/moxie') diff --git a/c/src/lib/libbsp/moxie/moxiesim/Makefile.am b/c/src/lib/libbsp/moxie/moxiesim/Makefile.am index 2d04f112bf..75dcbdfec5 100644 --- a/c/src/lib/libbsp/moxie/moxiesim/Makefile.am +++ b/c/src/lib/libbsp/moxie/moxiesim/Makefile.am @@ -43,6 +43,11 @@ libbsp_a_SOURCES += ../../shared/console-polled.c console/console-io.c \ # timer libbsp_a_SOURCES += ../../shared/timerstub.c +# Cache +libbsp_a_SOURCES += ../../../libcpu/shared/src/cache_manager.c +libbsp_a_SOURCES += ../../shared/include/cache_.h +libbsp_a_CPPFLAGS = -I$(srcdir)/../../shared/include + EXTRA_DIST = times include $(srcdir)/preinstall.am -- cgit v1.2.3