mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-01 14:52:32 +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
|