mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-16 09:55:07 +07:00
![Samuel Ortiz](/assets/img/avatar_default.png)
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>
10 lines
183 B
Makefile
10 lines
183 B
Makefile
#
|
|
# Makefile for nfc devices
|
|
#
|
|
|
|
obj-$(CONFIG_NFC_PN544) += pn544/
|
|
obj-$(CONFIG_NFC_PN533) += pn533.o
|
|
obj-$(CONFIG_NFC_WILINK) += nfcwilink.o
|
|
|
|
ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
|