This website requires JavaScript.
Explore
Help
Sign In
mirror
/
libbpf
Watch
1
Star
0
Fork
0
You've already forked libbpf
mirror of
https://github.com/netdata/libbpf.git
synced
2026-04-05 16:19:06 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2cfeea135cd73f02a89754b3bc1aeded9a221d75
libbpf
/
travis-ci
/
vmtest
/
prepare_selftests-4.9.0.sh
4 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
vmtest: omit building bpf_testmod.ko on non-latest kernels Non-latest kernel versions don't build kernel from sources, so module buliding fails, despite using `make prepare`. For now, just make sure no module is built by overwriting bpf_testmod/Makefile. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
2020-12-04 13:46:32 -08:00
#!/bin/bash
vmtests: fix up bpf_testmod.ko generation for 5.5 and 4.9 Selftests makefile deletes local bpf_testmod.ko, so that invalidates current approach of faking bpf_testmod.ko "generation". Instead, generate a fake Makefile that will create an empty bpf_testmod/bpf_testmod.ko. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
2020-12-18 12:28:52 -08:00
printf
"all:\n\ttouch bpf_testmod.ko\n\nclean:\n"
> bpf_testmod/Makefile
Reference in New Issue
Copy Permalink