bus/vmbus: fix build without libuuid
authorThomas Monjalon <thomas@monjalon.net>
Sun, 15 Jul 2018 20:32:49 +0000 (22:32 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 15 Jul 2018 21:41:58 +0000 (23:41 +0200)
commitc5e4612e72b1b2496b6a96836688a5a1bcbb1d8a
tree7598dd3c97fca3fd1eaff03d725837e9282129aa
parentde9c75a5485832104d2a0c246544ba3a511802b4
bus/vmbus: fix build without libuuid

The dependency on libuuid is useless because the required code
is embedded in EAL, see commit 6bc67c497a51 ("eal: add uuid API").

Fixes: 831dba47bd36 ("bus/vmbus: add Hyper-V virtual bus support")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
drivers/bus/vmbus/Makefile