742bde12f3
Rename the macro to make things shorter and more comprehensible. For both meson and make builds, keep the old macro around for backward compatibility. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
12 lines
252 B
Makefile
12 lines
252 B
Makefile
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2010-2014 Intel Corporation
|
|
|
|
include $(RTE_SDK)/mk/rte.vars.mk
|
|
|
|
DIRS-$(CONFIG_RTE_EXEC_ENV_LINUX) += eal
|
|
DEPDIRS-kni := eal
|
|
|
|
CFLAGS += -DALLOW_EXPERIMENTAL_API
|
|
|
|
include $(RTE_SDK)/mk/rte.subdir.mk
|