diff options
author | Clément Perrochaud <clement.perrochaud@nxp.com> | 2015-03-09 11:12:04 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-03-26 11:07:50 +0100 |
commit | dece45855a8b0d1dcf48eb01d0822070ded6a4c8 (patch) | |
tree | ed467e14ac657acdc27ceddec268a4bacfe8e20f /drivers/nfc/nxp-nci/Makefile | |
parent | 25af01ed18a282e7d324e5694fe67b85ac412994 (diff) | |
download | linux-dece45855a8b0d1dcf48eb01d0822070ded6a4c8.tar.bz2 |
NFC: nxp-nci: Add support for NXP NCI chips
Add support for NXP NCI NFC controllers such as the NPC100 or PN7150
families.
Signed-off-by: Clément Perrochaud <clement.perrochaud@effinnov.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/nxp-nci/Makefile')
-rw-r--r-- | drivers/nfc/nxp-nci/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/nfc/nxp-nci/Makefile b/drivers/nfc/nxp-nci/Makefile new file mode 100644 index 000000000000..8f1e32826961 --- /dev/null +++ b/drivers/nfc/nxp-nci/Makefile @@ -0,0 +1,9 @@ +# +# Makefile for NXP-NCI NFC driver +# + +nxp-nci-objs = core.o firmware.o + +obj-$(CONFIG_NFC_NXP_NCI) += nxp-nci.o + +ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG |