mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-16 00:00:06 +01:00
4 lines
98 B
Makefile
4 lines
98 B
Makefile
C_source := memory.c malloc.c vma.c shm.c hbmemory.c
|
|
MODULE := mm
|
|
|
|
include $(TOPDIR)/Makefile.inc
|