]> Git Repo - linux.git/blob - drivers/nfc/s3fwrn5/Makefile
sched/fair: Add asymmetric CPU capacity wakeup scan
[linux.git] / drivers / nfc / s3fwrn5 / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for Samsung S3FWRN5 NFC driver
4 #
5
6 s3fwrn5-objs = core.o firmware.o nci.o
7 s3fwrn5_i2c-objs = i2c.o
8
9 obj-$(CONFIG_NFC_S3FWRN5) += s3fwrn5.o
10 obj-$(CONFIG_NFC_S3FWRN5_I2C) += s3fwrn5_i2c.o
This page took 0.032623 seconds and 4 git commands to generate.