6db4831e98
Android 14
10 lines
143 B
Makefile
10 lines
143 B
Makefile
#
|
|
# 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
|
|
|