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:
parent
a65068e82e
commit
7fa679be42
3 changed files with 2 additions and 2 deletions
|
@ -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
|
MODULE := arch_x86_mm
|
||||||
|
|
||||||
include $(TOPDIR)/Makefile.inc
|
include $(TOPDIR)/Makefile.inc
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
C_source := malloc.c vma.c hbmemory.c
|
C_source := malloc.c vma.c
|
||||||
MODULE := mm
|
MODULE := mm
|
||||||
|
|
||||||
include $(TOPDIR)/Makefile.inc
|
include $(TOPDIR)/Makefile.inc
|
||||||
|
|
Loading…
Add table
Reference in a new issue