patch-2.2.3 linux/drivers/net/irda/Makefile

Next file: linux/drivers/net/irda/actisys.c
Previous file: linux/drivers/net/irda/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.2/linux/drivers/net/irda/Makefile linux/drivers/net/irda/Makefile
@@ -68,6 +68,14 @@
   endif
 endif
 
+ifeq ($(CONFIG_GIRBIL_DONGLE),y)
+L_OBJS += girbil.o
+else
+  ifeq ($(CONFIG_GIRBIL_DONGLE),m)
+  M_OBJS += girbil.o
+  endif
+endif
+
 include $(TOPDIR)/Rules.make
 
 clean:

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