patch-2.4.21 linux-2.4.21/drivers/ide/ppc/Makefile

Next file: linux-2.4.21/drivers/ide/ppc/mpc8xx.c
Previous file: linux-2.4.21/drivers/ide/piix.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/drivers/ide/ppc/Makefile linux-2.4.21/drivers/ide/ppc/Makefile
@@ -0,0 +1,13 @@
+
+O_TARGET := idedriver-ppc.o
+
+obj-y		:=
+obj-m		:=
+
+obj-$(CONFIG_BLK_DEV_MPC8xx_IDE)	+= mpc8xx.o
+obj-$(CONFIG_BLK_DEV_IDE_PMAC)		+= pmac.o
+obj-$(CONFIG_BLK_DEV_IDE_SWARM)		+= swarm.o
+
+EXTRA_CFLAGS	:= -I../
+
+include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)