xref: /linux/drivers/nfc/fdp/Makefile (revision 35c35b0c4161273e22d1bfb17e935d5dd7cefa8e)
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