X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=buildtools%2Fmeson.build;fp=buildtools%2Fmeson.build;h=8d0b9e0cd04a583af6f31a19016342ddcd803c92;hb=ff962da373ae3f28c677210dce0c46963717881f;hp=32c79c1308093fe0216288e59fa5e41b015f048f;hpb=7b3a6d7e35369ee31651279af23986366c5a07a2;p=dpdk.git diff --git a/buildtools/meson.build b/buildtools/meson.build index 32c79c1308..8d0b9e0cd0 100644 --- a/buildtools/meson.build +++ b/buildtools/meson.build @@ -5,6 +5,8 @@ subdir('pmdinfogen') pmdinfo = find_program('gen-pmdinfo-cfile.sh') +check_experimental_syms = find_program('check-experimental-syms.sh') + # set up map-to-def script using python, either built-in or external python3 = import('python').find_installation(required: false) if python3.found()