Browse Source

riscv: add spike_util.c to core build

We're going to go with runtime detection of the platform,
not build time, so this goes in core.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Ronald G. Minnich 8 years ago
parent
commit
cc1e1580be
1 changed files with 2 additions and 1 deletions
  1. 2 1
      sys/src/9/riscv/core.json

+ 2 - 1
sys/src/9/riscv/core.json

@@ -59,7 +59,8 @@
 		],
 		"SourceFiles": [
 			"ctype.c",
-			"main.c"
+			"main.c",
+			"spike_util.c"
 		]
 	}
 }