diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-18 22:06:10 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-18 22:06:10 +0000 |
commit | aba4e552a2f2c1492441acbccedd8e0a4c53f916 (patch) | |
tree | 23921efb2b4af590160f034a89ff3da2ecca6e47 /arch/sparc/Makefile | |
parent | 9e17e1aa1cf1cb497d2f67147a51831888affcf3 (diff) |
Merge with Linux 2.3.43.
Diffstat (limited to 'arch/sparc/Makefile')
-rw-r--r-- | arch/sparc/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/sparc/Makefile b/arch/sparc/Makefile index cb7ab8775..dec2105d8 100644 --- a/arch/sparc/Makefile +++ b/arch/sparc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.44 1999/08/19 06:22:20 jj Exp $ +# $Id: Makefile,v 1.45 2000/01/29 01:08:48 anton Exp $ # sparc/Makefile # # Makefile for the architecture dependent flags and dependencies on the @@ -44,14 +44,6 @@ CORE_FILES := arch/sparc/kernel/kernel.o arch/sparc/mm/mm.o $(CORE_FILES) \ LIBS := $(TOPDIR)/lib/lib.a $(LIBS) $(TOPDIR)/arch/sparc/prom/promlib.a \ $(TOPDIR)/arch/sparc/lib/lib.a -ifdef CONFIG_AP1000 -SUBDIRS := $(SUBDIRS) arch/sparc/ap1000 mpp -CORE_FILES := $(TOPDIR)/arch/sparc/ap1000/ap1000lib.o \ - $(TOPDIR)/mpp/mpplib.o $(CORE_FILES) -DRIVERS := $(DRIVERS) drivers/ap1000/ap1000.a -CFLAGS := $(CFLAGS) -D__MPP__=1 -endif - # This one has to come last SUBDIRS += arch/sparc/boot CORE_FILES_NO_BTFIX := $(CORE_FILES) |