Blame view

net/nfc/Makefile 374 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
3e256b8f8   Lauro Ramos Venancio   NFC: add nfc subs...
2
3
4
5
6
  #
  # Makefile for the Linux NFC subsystem.
  #
  
  obj-$(CONFIG_NFC) += nfc.o
6a2968aaf   Ilan Elias   NFC: basic NCI pr...
7
  obj-$(CONFIG_NFC_NCI) += nci/
8b8d2e08b   Eric Lapuyade   NFC: HCI support
8
  obj-$(CONFIG_NFC_HCI) += hci/
4b10884eb   Thierry Escande   NFC: Digital Prot...
9
  obj-$(CONFIG_NFC_DIGITAL) += nfc_digital.o
30cc45876   Samuel Ortiz   NFC: Move LLCP co...
10
11
12
  
  nfc-objs := core.o netlink.o af_nfc.o rawsock.o llcp_core.o llcp_commands.o \
  		llcp_sock.o
3e256b8f8   Lauro Ramos Venancio   NFC: add nfc subs...
13

7d0911c02   Thierry Escande   NFC Digital: Add ...
14
  nfc_digital-objs := digital_core.o digital_technology.o digital_dep.o