patch-2.1.68 linux/drivers/misc/Makefile

Next file: linux/drivers/misc/parport_ax.c
Previous file: linux/drivers/char/vt.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.67/linux/drivers/misc/Makefile linux/drivers/misc/Makefile
@@ -30,6 +30,13 @@
       M_OBJS += parport_pc.o
     endif
   endif
+  ifeq ($(CONFIG_PARPORT_AX),y)
+    LX_OBJS += parport_ax.o
+  else
+    ifeq ($(CONFIG_PARPORT_AX),m)
+      M_OBJS += parport_ax.o
+    endif
+  endif
   LX_OBJS += parport_init.o
 else
   ifeq ($(CONFIG_PARPORT),m)
@@ -42,6 +49,9 @@
   endif
   ifeq ($(CONFIG_PARPORT_PC),m)
     MX_OBJS += parport_pc.o
+  endif
+  ifeq ($(CONFIG_PARPORT_AX),m)
+    MX_OBJS += parport_ax.o
   endif
 endif
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov