mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-07 09:09:06 +08:00
5 lines
95 B
Bash
5 lines
95 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
printf "all:\n\nclean:\n" > bpf_testmod/Makefile
|
||
|
|
touch bpf_testmod/bpf_testmod.ko
|