From 644e8cdf5ee7fcfe14faf6404ca42c18282dfceb Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Thu, 27 Jul 2017 14:59:31 +0100 Subject: util: Move the m5ops.h file to a shared directory The header file m5ops.h contains a list of constants that should be shared between the simulator and utilities. Move this header file to a new top-level directory for shared files and rename constants to make them suitable for inclusion in the main simulator. The structure of the shared include directory is as follows: include/gem5: Files that can be included from C code. include/gem5/asm: Files that can be included from assembly code. asm/generic/: Files that aren't guest ISA specific asm/${isa}/: Files that are guest ISA specific Change-Id: I1aa511057bcaa80cc2d566109ff26581558c4a41 Signed-off-by: Andreas Sandberg Reviewed-by: Jose Marinho Reviewed-on: https://gem5-review.googlesource.com/4261 Reviewed-by: Jason Lowe-Power --- util/m5/Makefile.sparc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/m5/Makefile.sparc') diff --git a/util/m5/Makefile.sparc b/util/m5/Makefile.sparc index 76d82857b..b3cb1a6fd 100644 --- a/util/m5/Makefile.sparc +++ b/util/m5/Makefile.sparc @@ -35,7 +35,7 @@ CC=$(CROSS_COMPILE)gcc AS=$(CROSS_COMPILE)as LD=$(CROSS_COMPILE)ld -CFLAGS=-O2 -m64 +CFLAGS=-O2 -m64 -I$(PWD)/../../include OBJS=m5.o m5op_sparc.o all: m5 -- cgit v1.2.3