summaryrefslogtreecommitdiffstats
path: root/drivers/net/irda/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/irda/Makefile')
-rw-r--r--drivers/net/irda/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/drivers/net/irda/Makefile b/drivers/net/irda/Makefile
index bf5628ebd..291a27f05 100644
--- a/drivers/net/irda/Makefile
+++ b/drivers/net/irda/Makefile
@@ -29,10 +29,10 @@ else
endif
ifeq ($(CONFIG_NSC_FIR),y)
-L_OBJS += nsc_fir.o
+L_OBJS += nsc-ircc.o
else
ifeq ($(CONFIG_NSC_FIR),m)
- M_OBJS += nsc_fir.o
+ M_OBJS += nsc-ircc.o
endif
endif
@@ -118,14 +118,6 @@ else
endif
endif
-ifeq ($(CONFIG_AIRPORT_DONGLE),y)
-L_OBJS += airport.o
-else
- ifeq ($(CONFIG_AIRPORT_DONGLE),m)
- M_OBJS += airport.o
- endif
-endif
-
ifeq ($(CONFIG_OLD_BELKIN_DONGLE),y)
L_OBJS += old_belkin.o
else