diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-08-28 22:00:09 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-08-28 22:00:09 +0000 |
commit | 1a1d77dd589de5a567fa95e36aa6999c704ceca4 (patch) | |
tree | 141e31f89f18b9fe0831f31852e0435ceaccafc5 /arch/arm/mm/Makefile | |
parent | fb9c690a18b3d66925a65b17441c37fa14d4370b (diff) |
Merge with 2.4.0-test7.
Diffstat (limited to 'arch/arm/mm/Makefile')
-rw-r--r-- | arch/arm/mm/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/arm/mm/Makefile b/arch/arm/mm/Makefile index faedecd2d..075193467 100644 --- a/arch/arm/mm/Makefile +++ b/arch/arm/mm/Makefile @@ -7,8 +7,10 @@ # # Note 2! The CFLAGS definition is now in the main makefile... +USE_STANDARD_AS_RULE := true + O_TARGET := mm.o -O_OBJS := consistent.o extable.o fault-$(PROCESSOR).o init.o \ +O_OBJS := extable.o fault-$(PROCESSOR).o init.o \ mm-$(PROCESSOR).o small_page.o ifeq ($(CONFIG_CPU_26),y) @@ -31,14 +33,11 @@ ifeq ($(CONFIG_CPU_32),y) ifeq ($(CONFIG_CPU_SA1100),y) P_OBJS += proc-sa110.o endif - O_OBJS += mm-$(MACHINE).o ioremap.o $(sort $(P_OBJS)) + O_OBJS += mm-$(MACHINE).o consistent.o ioremap.o $(sort $(P_OBJS)) endif include $(TOPDIR)/Rules.make -.S.o: - $(CC) $(AFLAGS) $(AFLAGS_$@) -traditional -c -o $*.o $< - # Special dependencies fault-armv.o: fault-common.c fault-armo.o: fault-common.c |