]> git.proxmox.com Git - mirror_ovs.git/commit - Makefile.am
makefile: hook up dpdkstrip preprocessor
authorAaron Conole <aconole@redhat.com>
Thu, 31 Aug 2017 23:22:44 +0000 (19:22 -0400)
committerAnsis Atteka <aatteka@ovn.org>
Thu, 31 Aug 2017 23:27:42 +0000 (16:27 -0700)
commit8e6681eaa612c70c2afdb4b5a68c18e9cd3940a8
treea2d8af3f424175a3d27293561d9d3de425b6a665
parent7bc1aae71e8908d775d988f82f683533f253e6f4
makefile: hook up dpdkstrip preprocessor

When building the openvswitch-custom.te file, it is important to have the
ability to filter out dpdk blocks depending on whether the system has been
configured with dpdk or not.  This allows using all the standard .in file
blocks, as well as the dpdkstrip blocks, when constructing the selinux
policy file.

Additionally, this means any .in files which might want to change based on
configuration to exclude blocks based on dpdk can do so.

Acked-by: Flavio Leitner <fbl@sysclose.org>
Acked-by: Ansis Atteka <aatteka@ovn.org>
Signed-off-by: Aaron Conole <aconole@redhat.com>
Tested-by: Jean Hsiao <jhsiao@redhat.com>
Makefile.am