io_uring: re-arrange Makefile order
authorJens Axboe <axboe@kernel.dk>
Wed, 27 Mar 2024 04:13:41 +0000 (22:13 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 27 Mar 2024 04:13:41 +0000 (22:13 -0600)
commitce48c09d9346799ebb542c910be6d3d6ca63c435
tree2ef502cbcf856f60e42d0a2d78a4f11de4bd97cc
parent2d9c5f8d09338194043d4c9064066ae884f68eef
io_uring: re-arrange Makefile order

The object list is a bit of a mess, with core and opcode files mixed in.
Re-arrange it so that we have the core bits first, and then opcode
specific files after that.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/Makefile