1 # SPDX-License-Identifier: GPL-2.0 2 # Copyright (C) 2021 ARM Limited 3 # Originally tools/testing/arm64/abi/Makefile 4 5 CFLAGS += -I$(top_srcdir)/tools/include 6 7 TEST_GEN_PROGS := sigreturn 8 9 include ../../lib.mk 10 11 $(OUTPUT)/sigreturn: sigreturn.c 12 $(CC) -static -o$@ $(CFLAGS) $(LDFLAGS) $^
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.