diff options
Diffstat (limited to 'net/nfc/Makefile')
-rw-r--r-- | net/nfc/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/nfc/Makefile b/net/nfc/Makefile new file mode 100644 index 000000000000..28bee5958687 --- /dev/null +++ b/net/nfc/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the Linux NFC subsystem. +# + +obj-$(CONFIG_NFC) += nfc.o + +nfc-objs := core.o |