aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/tests/shell/coresight/Makefile.miniconfig
blob: 5f72a9cb43f36baa7f233e295e4afe566a713021 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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