mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-01 22:29:06 +08:00
bpf_test_no_cfi.ko is not available for v5.5.0 and v4.9.0. Signed-off-by: Kui-Feng Lee <thinker.li@gmail.com>
6 lines
168 B
Bash
Executable File
6 lines
168 B
Bash
Executable File
#!/bin/bash
|
|
|
|
printf "all:\n\ttouch bpf_testmod.ko\n\nclean:\n" > bpf_testmod/Makefile
|
|
printf "all:\n\ttouch bpf_test_no_cfi.ko\n\nclean:\n" > bpf_test_no_cfi/Makefile
|
|
|