From bd3600ff1134c97a553bb4f56c5ca602d01d8adc Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 24 Jan 2017 00:15:08 +0530 Subject: [PATCH] util: m5: Makefile.x86: Provide the definition of the m5_dumpreset_stats This is required to provide the definition of m5_dumpreset_stats required by the matrix multiply program which will be introduced in next commit. See this http://pages.cs.wisc.edu/~david/courses/cs752/Fall2015/wiki/index.php?n=Main.Homework3 --- util/m5/Makefile.x86 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/m5/Makefile.x86 b/util/m5/Makefile.x86 index 326120298..069f0773b 100644 --- a/util/m5/Makefile.x86 +++ b/util/m5/Makefile.x86 @@ -31,7 +31,7 @@ CC=gcc AS=as LD=ld -CFLAGS=-O2 -DM5OP_ADDR=0xFFFF0000 +CFLAGS=-O2 OBJS=m5.o m5op_x86.o all: m5