Files
xdp-project-bpf-examples/ktrace-CO-RE/Makefile
Jesper Dangaard Brouer ff5fef3dc9 headers/vmlinux: Add more archs powerpc and arm64
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
2021-06-01 17:05:28 +02:00

12 lines
232 B
Makefile

# SPDX-License-Identifier: GPL-2.0
USER_TARGETS := ktrace01
BPF_TARGETS := ktrace01_kern
LIB_DIR = ../lib
include $(LIB_DIR)/common.mk
# The __TARGET_ARCH_xxx is defined in lib/common.mk
# BPF_CFLAGS += -D__TARGET_ARCH_$(ARCH)