diff options
author | Valentin Rothberg <valentinrothberg@gmail.com> | 2015-04-28 11:08:47 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-06-09 00:34:09 +0200 |
commit | 71fa6fba4abfe26299c7ca8179aa7b744f047a7d (patch) | |
tree | c3fade6bd89a12d06423d732b47e684b5ef88190 /drivers/nfc/Makefile | |
parent | ab714817d7e891608d31f6996b1e4c43cf2bf342 (diff) |
NFC: Remove obsolete setting of DEBUG
CONFIG_DYNAMIC_DEBUG is the right toggle to enable pr_debug().
Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/Makefile')
-rw-r--r-- | drivers/nfc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/nfc/Makefile b/drivers/nfc/Makefile index a4292d790f9b..13b648baf175 100644 --- a/drivers/nfc/Makefile +++ b/drivers/nfc/Makefile @@ -14,5 +14,3 @@ obj-$(CONFIG_NFC_TRF7970A) += trf7970a.o obj-$(CONFIG_NFC_ST21NFCA) += st21nfca/ obj-$(CONFIG_NFC_ST21NFCB) += st21nfcb/ obj-$(CONFIG_NFC_NXP_NCI) += nxp-nci/ - -ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG |