patch-2.1.56 linux/drivers/misc/Makefile

Next file: linux/drivers/misc/parport_pc.c
Previous file: linux/drivers/macintosh/nvram.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.55/linux/drivers/misc/Makefile linux/drivers/misc/Makefile
@@ -25,6 +25,10 @@
   endif
   ifeq ($(CONFIG_PARPORT_PC),y)
     LX_OBJS += parport_pc.o
+  else
+    ifeq ($(CONFIG_PARPORT_PC),m)
+      M_OBJS += parport_pc.o
+    endif
   endif
   LX_OBJS += parport_init.o
 else

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