Files
xdp-project-bpf-examples/BTF-playground/Makefile
Jesper Dangaard Brouer 2d73471c2c BTF-playground: Boilerplate for btf_module_ids.c
Signed-off-by: Jesper Dangaard Brouer <netoptimizer@brouer.com>
2022-08-31 10:45:02 +02:00

11 lines
179 B
Makefile

# SPDX-License-Identifier: GPL-2.0
USER_TARGETS := btf_module_read
USER_TARGETS += btf_module_ids
#BPF_TARGETS := ktrace01_kern
LIB_DIR = ../lib
include $(LIB_DIR)/common.mk