X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmeson.build;h=fdf76120ac55c7bb039f6fbee25e6a5541f180a0;hb=6f04fa45211e3ca4fb9a7e9ceabc682fa47e88bf;hp=ff5cdb952bcff01d836d46252571a0a93063c5e2;hpb=f0f93a7adfee49604c37d4ff675e50ad5dc197cb;p=dpdk.git diff --git a/drivers/meson.build b/drivers/meson.build index ff5cdb952b..fdf76120ac 100644 --- a/drivers/meson.build +++ b/drivers/meson.build @@ -120,20 +120,18 @@ foreach subpath:subdirs # lib and then running pmdinfogen on the contents of # that lib. The final lib reuses the object files and # adds in the new source file. - if not is_windows - out_filename = lib_name + '.pmd.c' - tmp_lib = static_library('tmp_' + lib_name, - sources, - include_directories: includes, - dependencies: static_deps, - c_args: cflags) - objs += tmp_lib.extract_all_objects() - sources = custom_target(out_filename, - command: [pmdinfo, tmp_lib.full_path(), - '@OUTPUT@', pmdinfogen], - output: out_filename, - depends: [tmp_lib]) - endif + out_filename = lib_name + '.pmd.c' + tmp_lib = static_library('tmp_' + lib_name, + sources, + include_directories: includes, + dependencies: static_deps, + c_args: cflags) + objs += tmp_lib.extract_all_objects() + sources = custom_target(out_filename, + command: [pmdinfo, tmp_lib.full_path(), + '@OUTPUT@', pmdinfogen], + output: out_filename, + depends: [tmp_lib]) # now build the static driver static_lib = static_library(lib_name,