diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-09-28 22:25:29 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-09-28 22:25:29 +0000 |
commit | 0ae8dceaebe3659ee0c3352c08125f403e77ebca (patch) | |
tree | 5085c389f09da78182b899d19fe1068b619a69dd /drivers/pnp/Makefile | |
parent | 273767781288c35c9d679e908672b9996cda4c34 (diff) |
Merge with 2.3.10.
Diffstat (limited to 'drivers/pnp/Makefile')
-rw-r--r-- | drivers/pnp/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/pnp/Makefile b/drivers/pnp/Makefile index 565062f7e..a801f1992 100644 --- a/drivers/pnp/Makefile +++ b/drivers/pnp/Makefile @@ -7,10 +7,6 @@ # # Note 2! The CFLAGS definitions are now inherited from the # parent makes.. -# -# Note 3! Plug and Play is the Borg. We have assimilated some other -# drivers in the `char', `net' and `scsi' directories, but left them -# there to allay suspicion. SUB_DIRS := MOD_SUB_DIRS := $(SUB_DIRS) @@ -22,12 +18,4 @@ LX_OBJS := MI_OBJS := MIX_OBJS := -ifeq ($(CONFIG_PNP_PARPORT),y) - LX_OBJS += parport_probe.o -else - ifeq ($(CONFIG_PNP_PARPORT),m) - MX_OBJS += parport_probe.o - endif -endif - include $(TOPDIR)/Rules.make |