2021-09-10 18:15:37 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
|
|
|
|
USER_TARGETS := btf_module_read
|
2022-08-31 10:43:44 +02:00
|
|
|
USER_TARGETS += btf_module_ids
|
2021-09-10 18:15:37 +02:00
|
|
|
#BPF_TARGETS := ktrace01_kern
|
|
|
|
|
|
|
|
|
|
LIB_DIR = ../lib
|
|
|
|
|
|
|
|
|
|
include $(LIB_DIR)/common.mk
|
|
|
|
|
|