Files
CoolPi-Armbian-Rockchip-RK3…/tools/perf/tests/shell/coresight/Makefile.miniconfig
2025-02-04 12:41:12 -06:00

15 lines
366 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
# Carsten Haitzler <carsten.haitzler@arm.com>, 2021
ifndef DESTDIR
prefix ?= $(HOME)
endif
DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
INSTALL = install
INSTDIR_SUB = tests/shell/coresight
include ../../../../../scripts/Makefile.include
include ../../../../../scripts/Makefile.arch
include ../../../../../scripts/utilities.mak