4 lines
72 B
Makefile
4 lines
72 B
Makefile
C_source := memory.c vma.c
|
|
MODULE := mm
|
|
|
|
include $(TOPDIR)/Makefile.inc
|