]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: BuildDPDK: use ${CMAKE_MAKE_PROGRAM} when appropriate 19017/head
authorKefu Chai <kchai@redhat.com>
Tue, 21 Nov 2017 09:45:44 +0000 (17:45 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 21 Nov 2017 09:47:17 +0000 (17:47 +0800)
commit9b3f9cd2530a36bcefb12ea094babed53f1e8d46
tree85306321001d9730638527fa516fe3d01c5ffaa8
parent7c3221fda1a093ad011c57ce9c3eb958b427ac44
cmake: BuildDPDK: use ${CMAKE_MAKE_PROGRAM} when appropriate

DPDK requires GNU Make. see
spdk/dpdk/doc/guides/freebsd_gsg/build_dpdk.rst. so, we should use the
configured make program to do the job.

Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/BuildDPDK.cmake