diff --git a/mm/Makefile b/mm/Makefile index 39df0f6e..4b8c2389 100644 --- a/mm/Makefile +++ b/mm/Makefile @@ -1,4 +1,4 @@ -C_source = alloc.c +C_source = memory.c OBJS += $(patsubst %.c, %.o, $(filter %.c, $(C_source))) diff --git a/mm/alloc.c b/mm/memory.c similarity index 100% rename from mm/alloc.c rename to mm/memory.c