DIR := mem/ DIRS += $(DIR) // FIXME: only include pagetable.cc if the arch wants it RAW_CXXFILES := pagealloc addrspace orbmm pagetable rmap CXXFILES += $(RAW_CXXFILES:%=$(DIR)%)