diff options
author | Bruce Richardson <bruce.richardson@intel.com> | 2019-03-06 16:22:40 +0000 |
---|---|---|
committer | Thomas Monjalon <thomas@monjalon.net> | 2019-03-12 23:01:14 +0100 |
commit | 5fbc1d498f548026cfdcd63f28330d687761f2a3 (patch) | |
tree | b43958d810fc45feb6db494b153bb6396154487f /doc | |
parent | 742bde12f3bd008c2f06d744330436d8b1a56720 (diff) | |
download | dpdk-next-eventdev-5fbc1d498f548026cfdcd63f28330d687761f2a3.zip dpdk-next-eventdev-5fbc1d498f548026cfdcd63f28330d687761f2a3.tar.gz dpdk-next-eventdev-5fbc1d498f548026cfdcd63f28330d687761f2a3.tar.xz |
build/freebsd: rename macro BSDPAPP to FREEBSD
Rename the macro and all instances in DPDK code, but keep a copy of
the old macro defined for legacy code linking against DPDK
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guides/contributing/design.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/contributing/design.rst b/doc/guides/contributing/design.rst index 8779c4b..7b18de4 100644 --- a/doc/guides/contributing/design.rst +++ b/doc/guides/contributing/design.rst @@ -55,7 +55,7 @@ Per Execution Environment Sources The following config options can be used: * ``CONFIG_RTE_EXEC_ENV`` is a string that contains the name of the executive environment. -* ``CONFIG_RTE_EXEC_ENV_BSDAPP`` or ``CONFIG_RTE_EXEC_ENV_LINUX`` are defined only if we are building for this execution environment. +* ``CONFIG_RTE_EXEC_ENV_FREEBSD`` or ``CONFIG_RTE_EXEC_ENV_LINUX`` are defined only if we are building for this execution environment. Library Statistics ------------------ |