xref: /linux/drivers/nfc/fdp/Makefile (revision 3027ce13e04eee76539ca65c2cb1028a01c8c508)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for FDP NCI based NFC driver
4#
5
6obj-$(CONFIG_NFC_FDP)     += fdp.o
7obj-$(CONFIG_NFC_FDP_I2C) += fdp_i2c.o
8
9fdp_i2c-objs  = i2c.o
10
11