mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
3e8639b3ad
Change-Id: I3b06a3c77c8d935798fcbdb627a7fca983503d08
10 lines
226 B
Makefile
10 lines
226 B
Makefile
#
|
|
# Makefile for nfc devices
|
|
#
|
|
|
|
obj-$(CONFIG_PN544_NFC) += pn544.o
|
|
obj-$(CONFIG_NFC_PN533) += pn533.o
|
|
obj-$(CONFIG_NFC_WILINK) += nfcwilink.o
|
|
obj-$(CONFIG_BCM2079X) += bcm2079x-i2c.o
|
|
|
|
ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
|