15 lines
366 B
Makefile
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
|