patch-2.3.41 linux/drivers/pnp/Makefile
Next file: linux/drivers/pnp/isapnp.c
Previous file: linux/drivers/pcmcia/ricoh.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Wed Jan 26 12:35:07 2000
- Orig file:
v2.3.40/linux/drivers/pnp/Makefile
- Orig date:
Fri Jan 21 18:19:16 2000
diff -u --recursive --new-file v2.3.40/linux/drivers/pnp/Makefile linux/drivers/pnp/Makefile
@@ -25,7 +25,7 @@
endif
ifeq ($(CONFIG_ISAPNP),y)
- O_TARGET := isa-pnp.o
+ O_TARGET := pnp.o
OX_OBJS := isapnp.o
O_OBJS := quirks.o $(PROC_OBJS)
endif
@@ -33,5 +33,5 @@
include $(TOPDIR)/Rules.make
-isa-pnp.o: isapnp.o quirks.o $(PROC_OBJS)
- $(LD) $(LD_RFLAG) -r -o $@ isapnp.o quirks.o $(PROC_OBJS)
+isa-pnp.o: $(MIX_OBJS) $(MI_OBJS)
+ $(LD) $(LD_RFLAG) -r -o $@ $(MIX_OBJS) $(MI_OBJS)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)