2011-07-01 18:31:33 -04:00
|
|
|
#
|
|
|
|
# Makefile for the Linux NFC subsystem.
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_NFC) += nfc.o
|
2011-09-18 04:19:35 -04:00
|
|
|
obj-$(CONFIG_NFC_NCI) += nci/
|
2011-07-01 18:31:33 -04:00
|
|
|
|
2011-07-01 18:31:36 -04:00
|
|
|
nfc-objs := core.o netlink.o af_nfc.o rawsock.o
|
2011-12-14 10:43:12 -05:00
|
|
|
nfc-$(CONFIG_NFC_LLCP) += llcp/llcp.o llcp/commands.o llcp/sock.o
|