diff options
Diffstat (limited to 'net/nfc/Makefile')
-rw-r--r-- | net/nfc/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/nfc/Makefile b/net/nfc/Makefile new file mode 100644 index 00000000..7b4a6dcf --- /dev/null +++ b/net/nfc/Makefile @@ -0,0 +1,9 @@ +# +# Makefile for the Linux NFC subsystem. +# + +obj-$(CONFIG_NFC) += nfc.o +obj-$(CONFIG_NFC_NCI) += nci/ + +nfc-objs := core.o netlink.o af_nfc.o rawsock.o +nfc-$(CONFIG_NFC_LLCP) += llcp/llcp.o llcp/commands.o llcp/sock.o |