You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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
|
|
|
|
|