patch-2.3.99-pre1 linux/arch/arm/Makefile
Next file: linux/arch/arm/boot/compressed/Makefile
Previous file: linux/arch/alpha/defconfig
Back to the patch index
Back to the overall index
-  Lines: 36
-  Date:
Sun Mar 12 19:39:39 2000
-  Orig file: 
v2.3.51/linux/arch/arm/Makefile
-  Orig date: 
Fri Mar 10 16:40:39 2000
diff -u --recursive --new-file v2.3.51/linux/arch/arm/Makefile linux/arch/arm/Makefile
@@ -121,6 +121,11 @@
 ARCHDIR		 = ebsa110
 endif
 
+ifeq ($(CONFIG_ARCH_CLPS7500),y)
+MACHINE		 = clps7500
+ARCHDIR		 = cl7500
+endif
+
 ifeq ($(CONFIG_FOOTBRIDGE),y)
 MACHINE		 = footbridge
 ARCHDIR		 = ebsa285
@@ -135,6 +140,11 @@
 ARCHDIR		 = nexuspci
 endif
 
+ifeq ($(CONFIG_ARCH_SHARK),y)
+MACHINE		 = shark
+ARCHDIR		 = shark
+endif
+
 ifeq ($(CONFIG_ARCH_SA1100),y)
 MACHINE		 = sa1100
 ARCHDIR		 = sa1100
@@ -158,6 +168,11 @@
 DRIVERS		+= drivers/acorn/char/acorn-char.o
 DRIVERS		+= drivers/acorn/net/acorn-net.a
 DRIVERS		+= drivers/acorn/scsi/acorn-scsi.a
+endif
+
+ifeq ($(CONFIG_ARCH_CLPS7500),y)
+SUBDIRS		+= drivers/acorn/char
+DRIVERS		+= drivers/acorn/char/acorn-char.o
 endif
 
 MAKEBOOT	 = $(MAKE) -C arch/$(ARCH)/boot
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)