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