[PATCH] Allow to compile IDE as module

Eduardo Pereira Habkost (ehabkost@conectiva.com.br)
Thu, 13 Mar 2003 17:08:04 -0300


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-679-1047586173-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Marcelo, the following patch fixes drivers/ide/Makefile
to allow to use CONFIG_BLK_DEV_IDE=3Dm.

--=20
Eduardo

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.1014 -> 1.1015=20
# drivers/ide/Makefile 1.10 -> 1.11 =20
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/03/13 ehabkost@duckman.distro.conectiva 1.1015
# Makefile:
# Fix ide Makefile to allow CONFIG_BLK_DEV_IDE as module
# --------------------------------------------
#
diff -Nru a/drivers/ide/Makefile b/drivers/ide/Makefile
--- a/drivers/ide/Makefile Thu Mar 13 17:01:12 2003
+++ b/drivers/ide/Makefile Thu Mar 13 17:01:12 2003
@@ -35,9 +35,13 @@
obj-$(CONFIG_BLK_DEV_IDETAPE) +=3D ide-tape.o
obj-$(CONFIG_BLK_DEV_IDEFLOPPY) +=3D ide-floppy.o
=20
-obj-$(CONFIG_BLK_DEV_IDEPCI) +=3D setup-pci.o
-obj-$(CONFIG_BLK_DEV_IDEDMA_PCI) +=3D ide-dma.o
-obj-$(CONFIG_BLK_DEV_ISAPNP) +=3D ide-pnp.o
+# These options are boolean, but the files must be
+# on obj-m if CONFIG_BLK_DEV is m:
+ide-obj-$(CONFIG_BLK_DEV_IDEPCI) +=3D setup-pci.o
+ide-obj-$(CONFIG_BLK_DEV_IDEDMA_PCI) +=3D ide-dma.o
+ide-obj-$(CONFIG_BLK_DEV_ISAPNP) +=3D ide-pnp.o
+
+obj-$(CONFIG_BLK_DEV) +=3D ide-obj-y
=20
=20
ifeq ($(CONFIG_BLK_DEV_IDE),y)

--=_courier-679-1047586173-0001-2
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+cOUkcaRJ66w1lWgRAsLLAJ9DxhnbeS2dT4Jna0kN0kC+K7xqowCffxfd
yFQ28lac2Fd04zLKgY+CgLI=
=odsI
-----END PGP SIGNATURE-----

--=_courier-679-1047586173-0001-2--