mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 17:54:13 +08:00
753da421ba
NFC_DEBUG is not defined in Kconfig and since DEBUG is not used anywhere in this directory, we can safely remove this line. Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com> Acked-by: Robert Baldyga <r.baldyga@samsung.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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
|