aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorm8pple <dt10@imperial.ac.uk>2014-10-27 11:24:03 +0000
committerm8pple <dt10@imperial.ac.uk>2014-10-27 11:24:03 +0000
commitf3c228e2152daa0872c77bbda72d9db82ea54336 (patch)
treee869ebad6d9b1aa46858c1296d12a9d0131d6647 /makefile
parent5bbf46ccb62c76578896ed5f5768e668c3896783 (diff)
downloadMipsCPU-f3c228e2152daa0872c77bbda72d9db82ea54336.tar.gz
MipsCPU-f3c228e2152daa0872c77bbda72d9db82ea54336.zip
Added driver programs for the fragments.
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
index 93075cb..d1aec94 100644
--- a/makefile
+++ b/makefile
@@ -24,3 +24,8 @@ USER_CPU_SRCS = \
USER_CPU_OBJECTS = $(patsubst %.c,%.o,$(patsubst %.cpp,%.o,$(USER_CPU_SRCS)))
src/$(LOGIN)/test_mips : $(DEFAULT_OBJECTS) $(USER_CPU_OBJECTS)
+
+fragments/run_fibonacci : $(DEFAULT_OBJECTS) $(USER_CPU_OBJECTS)
+
+fragments/run_addu : $(DEFAULT_OBJECTS) $(USER_CPU_OBJECTS)
+