aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/s3fwrn5/Makefile
blob: 3381c34faf623d260386f8277f1a8248c3e3f953 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#
# 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

ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG