dmadev: enable build on Windows
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 20 Oct 2021 11:25:53 +0000 (12:25 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 22 Oct 2021 20:40:59 +0000 (22:40 +0200)
commitfed600889d84c0160cddad208eb2b0d1f8f12a32
treec71fe19dd7b09dfbc6e9cbd0449f0e638facd7da
parent223e0f72442442d18a9addc2ec23762cb462688c
dmadev: enable build on Windows

The dmadev library was not added to the list of libraries built on
Windows, meaning it was skipped in those builds and also that none of
the drivers were being considered for build. Adding dmadev to the list
fixes this, and also enables the skeleton dmadev driver to be built -
all-be-it with a small fix necessary.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Chengwen Feng <fengchengwen@huawei.com>
Tested-by: Conor Walsh <conor.walsh@intel.com>
drivers/dma/skeleton/skeleton_dmadev.c
lib/meson.build