patch-2.4.0-test3 linux/drivers/ieee1394/Makefile

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

diff -u --recursive --new-file v2.4.0-test2/linux/drivers/ieee1394/Makefile linux/drivers/ieee1394/Makefile
@@ -53,13 +53,20 @@
 endif
 
 ifeq ($(CONFIG_IEEE1394_OHCI1394),y)
-L_OBJS += ohci1394.o
+LX_OBJS += ohci1394.o
 else
   ifeq ($(CONFIG_IEEE1394_OHCI1394),m)
-  M_OBJS += ohci1394.o
+  MX_OBJS += ohci1394.o
   endif
 endif
 
+ifeq ($(CONFIG_IEEE1394_VIDEO1394),y)
+L_OBJS += video1394.o
+else
+  ifeq ($(CONFIG_IEEE1394_VIDEO1394),m)
+  M_OBJS += video1394.o
+  endif
+endif
 
 ifeq ($(CONFIG_IEEE1394_RAWIO),y)
 L_OBJS += raw1394.o

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