Makefile 226 B

1234567891011
  1. #
  2. # Makefile for the Linux NFC subsystem.
  3. #
  4. obj-$(CONFIG_NFC) += nfc.o
  5. obj-$(CONFIG_NFC_NCI) += nci/
  6. obj-$(CONFIG_NFC_HCI) += hci/
  7. nfc-objs := core.o netlink.o af_nfc.o rawsock.o llcp_core.o llcp_commands.o \
  8. llcp_sock.o