mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 17:46:59 +07:00
10 lines
198 B
Makefile
10 lines
198 B
Makefile
|
#
|
||
|
# Makefile for Samsung S3FWRN5 NFC driver
|
||
|
#
|
||
|
|
||
|
s3fwrn5-objs = core.o firmware.o nci.o
|
||
|
s3fwrn5_i2c-objs = i2c.o
|
||
|
|
||
|
obj-$(CONFIG_NFC_S3FWRN5) += s3fwrn5.o
|
||
|
obj-$(CONFIG_NFC_S3FWRN5_I2C) += s3fwrn5_i2c.o
|