patch-2.3.16 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:
Mon Aug 30 10:23:14 1999
-  Orig file: 
v2.3.15/linux/drivers/net/irda/Makefile
-  Orig date: 
Mon Jun  7 16:18:58 1999
diff -u --recursive --new-file v2.3.15/linux/drivers/net/irda/Makefile linux/drivers/net/irda/Makefile
@@ -156,6 +156,14 @@
   endif
 endif
 
+ifeq ($(CONFIG_AIRPORT_DONGLE),y)
+L_OBJS += airport.o
+else
+  ifeq ($(CONFIG_AIRPORT_DONGLE),m)
+  M_OBJS += airport.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)