diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2015-10-25 22:54:50 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-10-27 03:55:15 +0100 |
commit | 2b6e5bfed0288524fca1376eb89856363cb8c55e (patch) | |
tree | 64bb4d05c5b43494004e30c7a25f94c41b4d086a /drivers | |
parent | bd8f1a31a98b9f26201167f695bc807e3ff45841 (diff) | |
download | linux-2b6e5bfed0288524fca1376eb89856363cb8c55e.tar.bz2 |
NFC: st-nci: Replace st21nfcb by st_nci in makefile
Replace 1 missing st21nfcb by st_nci
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/nfc/st-nci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/st-nci/Makefile b/drivers/nfc/st-nci/Makefile index ea40ace05fc2..439b2fa8654a 100644 --- a/drivers/nfc/st-nci/Makefile +++ b/drivers/nfc/st-nci/Makefile @@ -1,5 +1,5 @@ # -# Makefile for ST21NFCB NCI based NFC driver +# Makefile for ST_NCI NCI based NFC driver # st-nci-objs = ndlc.o core.o se.o vendor_cmds.o |