]> Git Repo - linux.git/blob - net/nfc/Makefile
hwmon: (lm90) Add support to handle IRQ
[linux.git] / net / nfc / Makefile
1 #
2 # Makefile for the Linux NFC subsystem.
3 #
4
5 obj-$(CONFIG_NFC) += nfc.o
6 obj-$(CONFIG_NFC_NCI) += nci/
7 obj-$(CONFIG_NFC_HCI) += hci/
8
9 nfc-objs := core.o netlink.o af_nfc.o rawsock.o llcp_core.o llcp_commands.o \
10                 llcp_sock.o
11
This page took 0.034329 seconds and 4 git commands to generate.