patch-2.4.26 linux-2.4.26/arch/ppc/Makefile
Next file: linux-2.4.26/arch/ppc/boot/common/misc-simple.c
Previous file: linux-2.4.26/arch/ppc/8260_io/uart.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
2004-04-14 06:05:27.000000000 -0700
- Orig file:
linux-2.4.25/arch/ppc/Makefile
- Orig date:
2003-11-28 10:26:19.000000000 -0800
diff -urN linux-2.4.25/arch/ppc/Makefile linux-2.4.26/arch/ppc/Makefile
@@ -72,9 +72,9 @@
DRIVERS += arch/ppc/8xx_io/8xx_io.o
endif
-ifdef CONFIG_8260
-SUBDIRS += arch/ppc/8260_io
-DRIVERS += arch/ppc/8260_io/8260_io.o
+ifdef CONFIG_CPM2
+SUBDIRS += arch/ppc/cpm2_io
+DRIVERS += arch/ppc/cpm2_io/cpm2_io.o
endif
ifdef CONFIG_APUS
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)