mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-11 17:26:43 +07:00
aa74103071
As we may need to support other physical layers, we can avoid linking the core part into each and every pn544 module. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
9 lines
154 B
Makefile
9 lines
154 B
Makefile
#
|
|
# Makefile for PN544 HCI based NFC driver
|
|
#
|
|
|
|
pn544_i2c-objs = i2c.o
|
|
|
|
obj-$(CONFIG_NFC_PN544) += pn544.o
|
|
obj-$(CONFIG_NFC_PN544_I2C) += pn544_i2c.o
|