You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile for the Linux IrDA IrLAN protocol layer.
|
|
#
|
|
|
|
obj-$(CONFIG_IRLAN) += irlan.o
|
|
|
|
irlan-objs := irlan_common.o irlan_eth.o irlan_event.o irlan_client.o irlan_provider.o irlan_filter.o irlan_provider_event.o irlan_client_event.o
|
|
|