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