Merge remote-tracking branch 'ipvs-next/master'
[deliverable/linux.git] / net / nfc / Makefile
... / ...
CommitLineData
1#
2# Makefile for the Linux NFC subsystem.
3#
4
5obj-$(CONFIG_NFC) += nfc.o
6obj-$(CONFIG_NFC_NCI) += nci/
7obj-$(CONFIG_NFC_HCI) += hci/
8obj-$(CONFIG_NFC_DIGITAL) += nfc_digital.o
9
10nfc-objs := core.o netlink.o af_nfc.o rawsock.o llcp_core.o llcp_commands.o \
11 llcp_sock.o
12
13nfc_digital-objs := digital_core.o digital_technology.o digital_dep.o
This page took 0.023952 seconds and 5 git commands to generate.