mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 00:56:46 +07:00
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
|
||
|
|