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
- Lines: 15
- Date:
Sun Mar 7 15:26:43 1999
- Orig file:
v2.2.2/linux/drivers/net/irda/Makefile
- Orig date:
Wed Jan 20 23:14:05 1999
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)