config: don't define the same symbol twice
authorKoen Vandeputte <koen.vandeputte@ncentric.com>
Sat, 13 Jan 2018 20:35:48 +0000 (21:35 +0100)
committerJohn Crispin <john@phrozen.org>
Wed, 17 Jan 2018 10:07:17 +0000 (11:07 +0100)
commitd29e47f19137775649dae06df8e8c7076cae2f70
tree0941bcf9d303422a8bfebb1a3aa5e984b9e4daee
parentfbd33c2b6c2df9c0bc1622582df72e95b2a07964
config: don't define the same symbol twice

In commit fce35bce0f6e ("config: support new symbol intro'd in kernel
4.12")
I forgot to remove the initial debug test line.

This clearly is wrong as the same symbol is defined conditionally in the
line below as it should be.

I looked over it as I just checked if the symbol was present now upon
testing it.

Fixes: fce35bce0f6e ("config: support new symbol intro'd in kernel
4.12")

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
include/kernel-defaults.mk