diff options
Diffstat (limited to 'net/irda/ircomm/Makefile')
-rw-r--r-- | net/irda/ircomm/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/irda/ircomm/Makefile b/net/irda/ircomm/Makefile new file mode 100644 index 000000000000..48689458c086 --- /dev/null +++ b/net/irda/ircomm/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # | ||
2 | # Makefile for the Linux IrDA IrCOMM protocol layer. | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_IRCOMM) += ircomm.o ircomm-tty.o | ||
6 | |||
7 | ircomm-objs := ircomm_core.o ircomm_event.o ircomm_lmp.o ircomm_ttp.o | ||
8 | ircomm-tty-objs := ircomm_tty.o ircomm_tty_attach.o ircomm_tty_ioctl.o ircomm_param.o | ||