mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-23 01:40:30 +00:00
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
|