projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21d19f8
)
NFC: s3fwrn5: Remove superfluous cflags
author
Valentin Rothberg
<valentinrothberg@gmail.com>
Tue, 6 Oct 2015 22:51:23 +0000
(
00:51
+0200)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Tue, 6 Oct 2015 22:51:23 +0000
(
00:51
+0200)
NFC_DEBUG is not defined in Kconfig and since DEBUG is not used
anywhere in this directory, we can safely remove this line.
Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Acked-by: Robert Baldyga <r.baldyga@samsung.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/s3fwrn5/Makefile
patch
|
blob
|
history
diff --git
a/drivers/nfc/s3fwrn5/Makefile
b/drivers/nfc/s3fwrn5/Makefile
index 3381c34faf623d260386f8277f1a8248c3e3f953..ddfa7be7dd0525ba8173439af3f98de2fb9609c8 100644
(file)
--- a/
drivers/nfc/s3fwrn5/Makefile
+++ b/
drivers/nfc/s3fwrn5/Makefile
@@
-7,5
+7,3
@@
s3fwrn5_i2c-objs = i2c.o
obj-$(CONFIG_NFC_S3FWRN5) += s3fwrn5.o
obj-$(CONFIG_NFC_S3FWRN5_I2C) += s3fwrn5_i2c.o
-
-ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG