Files
linux-apfs/net/nfc/Makefile
T

10 lines
217 B
Makefile
Raw Normal View History

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