diff options
author | Valentin Rothberg | 2015-04-28 11:08:47 +0200 |
---|---|---|
committer | Samuel Ortiz | 2015-06-09 00:34:09 +0200 |
commit | 71fa6fba4abfe26299c7ca8179aa7b744f047a7d (patch) | |
tree | c3fade6bd89a12d06423d732b47e684b5ef88190 /drivers/nfc/nxp-nci | |
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/nxp-nci')
-rw-r--r-- | drivers/nfc/nxp-nci/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/nfc/nxp-nci/Makefile b/drivers/nfc/nxp-nci/Makefile index c008be30bb18..c9ec7869dbd2 100644 --- a/drivers/nfc/nxp-nci/Makefile +++ b/drivers/nfc/nxp-nci/Makefile @@ -7,5 +7,3 @@ nxp-nci_i2c-objs = i2c.o obj-$(CONFIG_NFC_NXP_NCI) += nxp-nci.o obj-$(CONFIG_NFC_NXP_NCI_I2C) += nxp-nci_i2c.o - -ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG |