summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2019-06-04 20:35:44 -0600
committerJens Axboe <axboe@kernel.dk>2019-06-04 20:35:44 -0600
commit9f44fb0e64e68c304d71c1cc21ddb1de7772c1c4 (patch)
treed77e6e9ec070f76b26d2766e6e8c6ff2e7ae82ac /src/Makefile
parentb4b3d8c97b2de68e2bbac5f5a37988677c44302a (diff)
Add basic helpers for file/buffer registration
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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))