examples/ipsec-secgw: fix build error log
Fix invalid indentation - extra whitespace before error directive which is causing syntax error when no pkgconfig file for the DPDK is found and RTE_SDK is not specified. Fixes: d299106e8e31 ("examples/ipsec-secgw: add IPsec sample application") Cc: stable@dpdk.org Signed-off-by: Marcin Smoczynski <marcinx.smoczynski@intel.com>
This commit is contained in:
parent
9b464145a5
commit
96d8ea839b
@ -53,7 +53,7 @@ clean:
|
|||||||
else
|
else
|
||||||
|
|
||||||
ifeq ($(RTE_SDK),)
|
ifeq ($(RTE_SDK),)
|
||||||
$(error "Please define RTE_SDK environment variable")
|
$(error "Please define RTE_SDK environment variable")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Default target, detect a build directory, by looking for a path with a .config
|
# Default target, detect a build directory, by looking for a path with a .config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user