brintos

brintos / linux-shallow public Read only

0
0
Text · 366 B · 5f72a9c Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2# Carsten Haitzler <carsten.haitzler@arm.com>, 20213 4ifndef DESTDIR5prefix ?= $(HOME)6endif7 8DESTDIR_SQ = $(subst ','\'',$(DESTDIR))9INSTALL = install10INSTDIR_SUB = tests/shell/coresight11 12include ../../../../../scripts/Makefile.include13include ../../../../../scripts/Makefile.arch14include ../../../../../scripts/utilities.mak15