Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/modules/5.15.0-136-generic/build/tools/testing/selftests/bpf/bpf_testmod/ |
Upload File : |
BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST))))) KDIR ?= $(abspath $(BPF_TESTMOD_DIR)/../../../../..) ifeq ($(V),1) Q = else Q = @ endif MODULES = bpf_testmod.ko obj-m += bpf_testmod.o CFLAGS_bpf_testmod.o = -I$(src) all: +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) modules clean: +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) clean