mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 06:30:30 +00:00
pid1: simplify bpf meson import
This commit is contained in:
@@ -75,15 +75,14 @@ if conf.get('BPF_FRAMEWORK') == 1
|
||||
endif
|
||||
|
||||
subdir('bpf/socket_bind')
|
||||
if conf.get('BPF_FRAMEWORK') == 1
|
||||
libcore_sources += [socket_bind_skel_h]
|
||||
subdir('bpf/restrict_fs')
|
||||
libcore_sources += [restrict_fs_skel_h]
|
||||
endif
|
||||
|
||||
subdir('bpf/restrict_fs')
|
||||
subdir('bpf/restrict_ifaces')
|
||||
|
||||
if conf.get('BPF_FRAMEWORK') == 1
|
||||
libcore_sources += [restrict_ifaces_skel_h]
|
||||
libcore_sources += [
|
||||
socket_bind_skel_h,
|
||||
restrict_fs_skel_h,
|
||||
restrict_ifaces_skel_h]
|
||||
endif
|
||||
|
||||
load_fragment_gperf_gperf = custom_target(
|
||||
|
||||
Reference in New Issue
Block a user