mirror of
https://github.com/xdp-project/bpf-examples.git
synced 2024-05-06 15:54:53 +00:00
11 lines
179 B
Makefile
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
|
|
|