summaryrefslogtreecommitdiffstats
path: root/net/irda/irnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/irda/irnet/Makefile')
-rw-r--r--net/irda/irnet/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/net/irda/irnet/Makefile b/net/irda/irnet/Makefile
index 50554ac72..ea4c3d3a4 100644
--- a/net/irda/irnet/Makefile
+++ b/net/irda/irnet/Makefile
@@ -9,14 +9,8 @@
MOD_LIST_NAME := IRDA_MODULES
O_TARGET := irnet.o
-#O_OBJS := irnet_ppp.o
-O_OBJS := irnet_ppp.o irnet_irda.o
-M_OBJS := $(O_TARGET)
-MI_OBJS :=
-OX_OBJS +=
+obj-y := irnet_ppp.o irnet_irda.o
+obj-m := $(O_TARGET)
include $(TOPDIR)/Rules.make
-
-tar:
- tar -cvf /dev/f1 .