1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00

move architecture dependent file to the subdirectory arch

This commit is contained in:
Stefan Lankes 2017-03-08 23:31:28 +01:00
parent a65068e82e
commit 7fa679be42
3 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
C_source := memory.c vma.c page.c
C_source := memory.c vma.c page.c hbmemory.c
MODULE := arch_x86_mm
include $(TOPDIR)/Makefile.inc

View file

@ -1,4 +1,4 @@
C_source := malloc.c vma.c hbmemory.c
C_source := malloc.c vma.c
MODULE := mm
include $(TOPDIR)/Makefile.inc