Commit 8925d9de authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

build: allow overriding CONFIG_COVERAGE



Make the CONFIG_COVERAGE definition in CONFIG consistent with the other
ones using ?=.

Change-Id: I5994b936eebf80dfff9733d38c842c4bb214c591
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 8acae77e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
CONFIG_DEBUG?=n

# Build with code coverage instrumentation.
CONFIG_COVERAGE=n
CONFIG_COVERAGE?=n

# This directory should contain 'include' and 'lib' directories for your DPDK
# installation. Alternatively you can specify this on the command line