Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755404AbbHYIur (ORCPT ); Tue, 25 Aug 2015 04:50:47 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:33437 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755219AbbHYIuo (ORCPT ); Tue, 25 Aug 2015 04:50:44 -0400 From: Valentin Rothberg To: clement.perrochaud@effinnov.com, r.baldyga@samsung.com, linux-kernel@vger.kernel.org Cc: Valentin Rothberg Subject: [PATCH] drivers/nfc/s3fwrn5/Makefile: remove superfluous cflags Date: Tue, 25 Aug 2015 10:50:36 +0200 Message-Id: <1440492636-16231-1-git-send-email-valentinrothberg@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 931 Lines: 28 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 --- I detected the issue with scripts/checkkconfigsymbols.py drivers/nfc/s3fwrn5/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/nfc/s3fwrn5/Makefile b/drivers/nfc/s3fwrn5/Makefile index 3381c34faf62..ddfa7be7dd05 100644 --- 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 -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/