mk: remove variables identical to config ones
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 8 Jul 2015 10:34:26 +0000 (12:34 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 8 Jul 2015 22:55:57 +0000 (00:55 +0200)
commite7c6d6fc2233782322ac6d0156f1b3dde3a19d6f
tree6776be91e95e697171868210ce6b20a9421e365a
parent40adab038db3584a2bb8b4a19c2d750f2b4f22ac
mk: remove variables identical to config ones

CONFIG_RTE_BUILD_SHARED_LIB and CONFIG_RTE_BUILD_COMBINE_LIBS does not
have quotes in their values (only y or n). That's why the variables
RTE_BUILD_SHARED_LIB and RTE_BUILD_COMBINE_LIBS are always identical to
their CONFIG_ counterpart, and are useless.
In order to have consistent naming of config options in the makefiles,
these options are removed and the "CONFIG_ prefixed" variables are used.

Fixes: e25e4d7ef16b ("mk: shared libraries")
Fixes: 4d3d79e7a5c6 ("mk: combined library")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
mk/exec-env/bsdapp/rte.vars.mk
mk/exec-env/linuxapp/rte.vars.mk
mk/rte.lib.mk
mk/rte.sdkbuild.mk
mk/rte.sharelib.mk
mk/rte.vars.mk