added malloc.c to Makefile
This commit is contained in:
parent
1e98d0e410
commit
954ccf1379
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
C_source := memory.c vma.c
|
||||
C_source := memory.c vma.c malloc.c
|
||||
MODULE := mm
|
||||
|
||||
include $(TOPDIR)/Makefile.inc
|
||||
|
|
Loading…
Add table
Reference in a new issue