--- linux/mm/Makefile 2018/04/24 18:04:18 1.1.1.5 +++ linux/mm/Makefile 2018/04/24 18:05:24 1.1.1.6 @@ -17,8 +17,6 @@ CPP =gcc -E -nostdinc -I../include OBJS = memory.o swap.o -all: mm.o - mm.o: $(OBJS) $(LD) -r -o mm.o $(OBJS)