mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-13 18:30:05 +07:00
![Eric Lapuyade](/assets/img/avatar_default.png)
The driver now has all HCI stuff isolated in one file, and all the hardware link specifics in another. Writing a pn544 driver on top of another hardware link is now just a matter of adding a new file for that new hardware specifics. Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
8 lines
121 B
Makefile
8 lines
121 B
Makefile
#
|
|
# Makefile for PN544 HCI based NFC driver
|
|
#
|
|
|
|
obj-$(CONFIG_PN544_HCI_NFC) += pn544_i2c.o
|
|
|
|
pn544_i2c-y := pn544.o i2c.o
|