aboutsummaryrefslogtreecommitdiffstats
path: root/tools/io_uring/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/io_uring/Makefile')
-rw-r--r--tools/io_uring/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/io_uring/Makefile b/tools/io_uring/Makefile
index f79522fc37b5..00f146c54c53 100644
--- a/tools/io_uring/Makefile
+++ b/tools/io_uring/Makefile
@@ -8,7 +8,7 @@ all: io_uring-cp io_uring-bench
$(CC) $(CFLAGS) -o $@ $^
io_uring-bench: syscall.o io_uring-bench.o
- $(CC) $(CFLAGS) $(LDLIBS) -o $@ $^
+ $(CC) $(CFLAGS) -o $@ $^ $(LDLIBS)
io_uring-cp: setup.o syscall.o queue.o