Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / net / nfc / Makefile
diff --git a/kernel/net/nfc/Makefile b/kernel/net/nfc/Makefile
new file mode 100644 (file)
index 0000000..2555ff8
--- /dev/null
@@ -0,0 +1,13 @@
+#
+# Makefile for the Linux NFC subsystem.
+#
+
+obj-$(CONFIG_NFC) += nfc.o
+obj-$(CONFIG_NFC_NCI) += nci/
+obj-$(CONFIG_NFC_HCI) += hci/
+obj-$(CONFIG_NFC_DIGITAL) += nfc_digital.o
+
+nfc-objs := core.o netlink.o af_nfc.o rawsock.o llcp_core.o llcp_commands.o \
+               llcp_sock.o
+
+nfc_digital-objs := digital_core.o digital_technology.o digital_dep.o