diff options
Diffstat (limited to 'libbpf/Makefile')
-rw-r--r-- | libbpf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbpf/Makefile b/libbpf/Makefile index 6e35fd47..5ce87573 100644 --- a/libbpf/Makefile +++ b/libbpf/Makefile @@ -19,8 +19,8 @@ dir := libbpf makemode := library libname = libbpf -SRCS= bpf_impl.c -LCLHDRS = bpf_impl.h +SRCS= bpf_impl.c queue.c +LCLHDRS = bpf_impl.h queue.h installhdrs = MIGSTUBS = |