From: M. R. B. <mr...@us...> - 2002-10-29 15:20:52
|
Update of /cvsroot/linuxdc/linux-sh-dc/arch/sh/mm In directory usw-pr-cvs1:/tmp/cvs-serv9028/arch/sh/mm Modified Files: Makefile Log Message: Linux-SH 2.5.44 switchover Index: Makefile =================================================================== RCS file: /cvsroot/linuxdc/linux-sh-dc/arch/sh/mm/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile 1 May 2002 10:00:20 -0000 1.2 +++ Makefile 29 Oct 2002 15:20:20 -0000 1.3 @@ -1,18 +1,10 @@ # # Makefile for the Linux SuperH-specific parts of the memory manager. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# -# Note 2! The CFLAGS definition is now in the main makefile... -O_TARGET := mm.o obj-y := init.o fault.o extable.o clear_page.o copy_page.o obj-$(CONFIG_CPU_SH3) += cache-sh3.o -obj-$(CONFIG_CPU_SH4) += cache-sh4.o ioremap.o sq.o - -USE_STANDARD_AS_RULE := true +obj-$(CONFIG_CPU_SH4) += cache-sh4.o ioremap.o include $(TOPDIR)/Rules.make |