diff options
author | Bruce Richardson <bruce.richardson@intel.com> | 2019-03-06 16:22:39 +0000 |
---|---|---|
committer | Thomas Monjalon <thomas@monjalon.net> | 2019-03-12 17:31:22 +0100 |
commit | 742bde12f3bd008c2f06d744330436d8b1a56720 (patch) | |
tree | af30fda2aa2cda1fb00e6b0740ba11f1e4ce6469 /kernel | |
parent | 91d7846ce68d7c637cd7efde751f5276475aa9c8 (diff) | |
download | dpdk-draft-windows-742bde12f3bd008c2f06d744330436d8b1a56720.zip dpdk-draft-windows-742bde12f3bd008c2f06d744330436d8b1a56720.tar.gz dpdk-draft-windows-742bde12f3bd008c2f06d744330436d8b1a56720.tar.xz |
build/linux: rename macro from LINUXAPP to LINUX
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>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index 8948d04..6716b56 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -3,7 +3,7 @@ include $(RTE_SDK)/mk/rte.vars.mk -DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += linux +DIRS-$(CONFIG_RTE_EXEC_ENV_LINUX) += linux DIRS-$(CONFIG_RTE_EXEC_ENV_BSDAPP) += freebsd include $(RTE_SDK)/mk/rte.subdir.mk |