1 # SPDX-License-Identifier: GPL-2.0-only 2 # Carsten Haitzler <carsten.haitzler@arm.com>, 2021 3 4 ifndef DESTDIR 5 prefix ?= $(HOME) 6 endif 7 8 DESTDIR_SQ = $(subst ','\'',$(DESTDIR)) 9 INSTALL = install 10 INSTDIR_SUB = tests/shell/coresight 11 12 include ../../../../../scripts/Makefile.include 13 include ../../../../../scripts/Makefile.arch 14 include ../../../../../scripts/utilities.mak
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.