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