patch-2.4.0-prerelease linux/arch/ppc/mm/Makefile
Next file: linux/arch/ppc/xmon/Makefile
Previous file: linux/arch/ppc/math-emu/Makefile
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Fri Dec 29 14:07:20 2000
- Orig file:
v2.4.0-test12/linux/arch/ppc/mm/Makefile
- Orig date:
Sat Nov 27 15:41:59 1999
diff -u --recursive --new-file v2.4.0-test12/linux/arch/ppc/mm/Makefile linux/arch/ppc/mm/Makefile
@@ -7,11 +7,9 @@
#
# Note 2! The CFLAGS definition is now in the main makefile...
-O_TARGET := mm.o
-O_OBJS = fault.o init.o mem_pieces.o extable.o
+O_TARGET := mm.o
+obj-y := fault.o init.o mem_pieces.o extable.o
-ifeq ($(CONFIG_4xx),y)
-O_OBJS += 4xx_tlb.o
-endif
+obj-$(CONFIG_4xx) += 4xx_tlb.o
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)