]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_power/meson.build
vhost: fix batch enqueue only handle few packets
[dpdk.git] / lib / librte_power / meson.build
index cc6c30075deda1b5c920e6042770a89853c33782..cdf08f6df39ddacc31e18f7f96266509fac03808 100644 (file)
@@ -3,6 +3,7 @@
 
 if not is_linux
        build = false
+       reason = 'only supported on linux'
 endif
 sources = files('rte_power.c', 'power_acpi_cpufreq.c',
                'power_kvm_vm.c', 'guest_channel.c',