8 lines
128 B
Makefile
8 lines
128 B
Makefile
|
#
|
||
|
# Makefile for the Linux IrDA IrNET protocol layer.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_IRNET) += irnet.o
|
||
|
|
||
|
irnet-objs := irnet_ppp.o irnet_irda.o
|