From 9f44fb0e64e68c304d71c1cc21ddb1de7772c1c4 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 4 Jun 2019 20:35:44 -0600 Subject: Add basic helpers for file/buffer registration Signed-off-by: Jens Axboe --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 02abc3a..b68b57e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -22,7 +22,7 @@ endif all: $(all_targets) -liburing_srcs := setup.c queue.c syscall.c +liburing_srcs := setup.c queue.c syscall.c register.c liburing_objs := $(patsubst %.c,%.ol,$(liburing_srcs)) liburing_sobjs := $(patsubst %.c,%.os,$(liburing_srcs)) -- cgit