mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 11:38:31 +01:00
11 lines
183 B
Makefile
11 lines
183 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for FDP NCI based NFC driver
|
|
#
|
|
|
|
obj-$(CONFIG_NFC_FDP) += fdp.o
|
|
obj-$(CONFIG_NFC_FDP_I2C) += fdp_i2c.o
|
|
|
|
fdp_i2c-objs = i2c.o
|
|
|