changeset 5173 | fe10c87a291e |
parent 5092 | 07224041d798 |
child 5682 | 94c0ca64c022 |
--- a/components/openvswitch/Makefile Wed Nov 25 05:01:40 2015 -0800 +++ b/components/openvswitch/Makefile Wed Nov 18 06:50:34 2015 -0800 @@ -44,6 +44,14 @@ include ../../make-rules/prep.mk include ../../make-rules/configure.mk + +# Depends on S12-only changes in ON to build. +ifeq ($(BUILD_TYPE), evaluation) +BUILD_64= +INSTALL_64= +PUBLISH_STAMP= +endif + include ../../make-rules/ips.mk include ../../make-rules/lint-libraries.mk