openvswitch: Change dependency from append to definition
authorMatthew Hagan <mathagan@fb.com>
Wed, 15 Dec 2021 15:27:37 +0000 (15:27 +0000)
committerYousong Zhou <yszhou4tech@gmail.com>
Thu, 16 Dec 2021 05:25:37 +0000 (13:25 +0800)
commit136003c44d4f1a5c6e10e7dacfc01ccf0b285bab
tree894f9aaaf453a4116015827f909cd6a649844e6f
parent4e5eb5e0b92ea423868e60dfa90ca049a3669244
openvswitch: Change dependency from append to definition

ovs_libovsdb_depends and ovs_libofproto_depends append the libatomic
dependency. However in these cases these variables were not previously
defined and thus a reader may search the Makefile for the definition.
Therefore change the operator to explicitly define these dependency
variables, rather than append. In addition add a space after operator to
improve readability and conform to other dependency definitions in the
Makefile.

Signed-off-by: Matthew Hagan <mathagan@fb.com>
net/openvswitch/Makefile