]> git.ipfire.org Git - thirdparty/systemd.git/commit
bpf: refactor skeleton generation
authorJames Hilliard <james.hilliard1@gmail.com>
Thu, 12 Aug 2021 03:59:19 +0000 (21:59 -0600)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Dec 2021 17:37:17 +0000 (18:37 +0100)
commitd40ce018147cece145a190949128f7f8adaeb2c6
tree17802859139ef39a75600ba51f10bc3595884b83
parentd4f8cd4d833a8d863f6e499c7c077ee10a882ae9
bpf: refactor skeleton generation

This should hopefully fix cross compilation for the bpf programs.
12 files changed:
meson.build
src/core/bpf-socket-bind.c
src/core/bpf/meson.build [new file with mode: 0644]
src/core/bpf/restrict_fs/meson.build
src/core/bpf/restrict_fs/restrict-fs-skel.h [new file with mode: 0644]
src/core/bpf/restrict_ifaces/meson.build
src/core/bpf/restrict_ifaces/restrict-ifaces-skel.h [new file with mode: 0644]
src/core/bpf/socket_bind/meson.build
src/core/bpf/socket_bind/socket-bind-skel.h [new file with mode: 0644]
src/core/meson.build
src/core/restrict-ifaces.c
tools/build-bpf-skel.py [deleted file]