git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
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
|
|
|