patch-2.3.16 linux/drivers/parport/Makefile

Next file: linux/drivers/parport/parport_amiga.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.15/linux/drivers/parport/Makefile linux/drivers/parport/Makefile
@@ -57,6 +57,13 @@
       M_OBJS += parport_atari.o
     endif
   endif
+  ifeq ($(CONFIG_PARPORT_SUNBPP),y)
+    LX_OBJS += parport_sunbpp.o
+  else
+    ifeq ($(CONFIG_PARPORT_SUNBPP),m)
+      MX_OBJS += parport_sunbpp.o
+    endif
+  endif
   LX_OBJS += init.o
 else
   ifeq ($(CONFIG_PARPORT),m)
@@ -81,6 +88,9 @@
   endif
   ifeq ($(CONFIG_PARPORT_ATARI),m)
     M_OBJS += parport_atari.o
+  endif
+  ifeq ($(CONFIG_PARPORT_SUNBPP),m)
+    M_OBJS += parport_sunbpp.o
   endif
 endif
 

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