This commit is contained in:
Yanyan Jiang 2020-08-12 05:47:49 +00:00 committed by Zihao Yu
parent 960dc907e9
commit 0ce11d082c
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,3 @@
NAME = litenes
SRCS = $(shell find src/ -name "*.c") $(ROM_SRC)
SRCS = $(shell find src/ -name "*.c")
include $(AM_HOME)/Makefile

1
kernels/litenes/README Normal file
View file

@ -0,0 +1 @@
This is the AbstractMachine port of mynes (https://github.com/yaglo/mynes).