瀏覽代碼

NFC: s3fwrn5: Remove superfluous cflags

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>
Valentin Rothberg 10 年之前
父節點
當前提交
753da421ba
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/nfc/s3fwrn5/Makefile

+ 0 - 2
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