refactor
This commit is contained in:
parent
960dc907e9
commit
0ce11d082c
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
NAME = litenes
|
NAME = litenes
|
||||||
SRCS = $(shell find src/ -name "*.c") $(ROM_SRC)
|
SRCS = $(shell find src/ -name "*.c")
|
||||||
include $(AM_HOME)/Makefile
|
include $(AM_HOME)/Makefile
|
||||||
|
|
1
kernels/litenes/README
Normal file
1
kernels/litenes/README
Normal file
|
@ -0,0 +1 @@
|
||||||
|
This is the AbstractMachine port of mynes (https://github.com/yaglo/mynes).
|
Loading…
Reference in a new issue