1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-16 00:00:06 +01:00
libhermit/mm/Makefile
2016-12-03 00:43:49 +01:00

4 lines
98 B
Makefile

C_source := memory.c malloc.c vma.c shm.c hbmemory.c
MODULE := mm
include $(TOPDIR)/Makefile.inc