patch-2.3.13 linux/drivers/parport/Makefile

Next file: linux/drivers/parport/ieee1284.c
Previous file: linux/drivers/parport/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.12/linux/drivers/parport/Makefile linux/drivers/parport/Makefile
@@ -33,7 +33,7 @@
     LX_OBJS += parport_pc.o
   else
     ifeq ($(CONFIG_PARPORT_PC),m)
-      M_OBJS += parport_pc.o
+      MX_OBJS += parport_pc.o
     endif
   endif
   ifeq ($(CONFIG_PARPORT_AMIGA),y)
@@ -71,10 +71,7 @@
     M_OBJS += parport.o
   endif
   ifeq ($(CONFIG_PARPORT_PC),m)
-    M_OBJS += parport_pc.o
-  endif
-  ifeq ($(CONFIG_PARPORT_AX),m)
-    M_OBJS += parport_ax.o
+    MX_OBJS += parport_pc.o
   endif
   ifeq ($(CONFIG_PARPORT_AMIGA),m)
     M_OBJS += parport_amiga.o

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