Makefile: Fix android compilation
authorGwendal Grignou <gwendal@chromium.org>
Wed, 17 Nov 2021 22:19:18 +0000 (14:19 -0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 17 Nov 2021 23:14:27 +0000 (16:14 -0700)
commit5711325cbb37d10c21a6975d1f1ebea11799c05e
tree3e59fc8e5b54ab40d445ff8095e72b2af2cd1766
parentf7c3f31db877d30056d19761e48499f5b0bfa0b6
Makefile: Fix android compilation

Inclue cmdprio for Android as well.
Without the patch, make for Android fails at link time:

engines/io_uring.c:824: error: undefined reference to 'fio_cmdprio_init'
engines/io_uring.c:456: error: undefined reference to 'fio_cmdprio_set_ioprio'
...

Fixes e27b9ff0e ("cmdprio: move cmdprio function definitions to a new cmdprio.c file")

Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
Link: https://lore.kernel.org/r/20211117221918.3050439-1-gwendal@chromium.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile