Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752891AbbD0HEX (ORCPT ); Mon, 27 Apr 2015 03:04:23 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:33233 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752657AbbD0HEW convert rfc822-to-8bit (ORCPT ); Mon, 27 Apr 2015 03:04:22 -0400 MIME-Version: 1.0 From: Valentin Rothberg Date: Mon, 27 Apr 2015 09:03:50 +0200 Message-ID: Subject: NFC: CONFIG_NFC_DEBUG not defined To: clement.perrochaud@nxp.com Cc: sameo@linux.intel.com, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, lauro.venancio@openbossa.org, aloisio.almeida@openbossa.org, Paul Bolle , Andreas Ruprecht , hengelein Stefan Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 745 Lines: 22 Hi Clément, your commit dece45855a8b ("NFC: nxp-nci: Add support for NXP NCI chips") adds the Makefile drivers/nfc/nxp-nci/Makefile with the following line: +ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG The Kconfig option NFC_DEBUG is not defined so the line turns out to be a nop. There is another reference in drivers/nfc/Makefile. Is there a patch queued somewhere to add the option? I found this issue with ./scripts/checkkconfigsymbols.py by diffing v4.0 and v4.1-rc1. Kind regards, Valentin -- 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/