shithub: riscv

Download patch

ref: 7a8e875668d92020548d07b5ad30f7b83b61d1fc
parent: 99d2e68a6a97fcdf5fe57ae9a6cda87fc142848b
author: aiju <devnull@localhost>
date: Tue Nov 20 04:22:04 EST 2018

games/md: fix mkfile

--- a/sys/src/games/md/mkfile
+++ b/sys/src/games/md/mkfile
@@ -3,7 +3,7 @@
 BIN=/$objtype/bin/games
 TARG=md
 OFILES=\
-	../blit/cpu.$O\
+	cpu.$O\
 	mem.$O\
 	md.$O\
 	vdp.$O\
@@ -16,3 +16,6 @@
 </sys/src/cmd/mkone
 eui.$O: ../eui.c
 	$CC $CFLAGS ../eui.c
+
+cpu.$O: ../blit/cpu.c
+	$CC $CFLAGS ../blit/cpu.c