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 := hwprobe cbo which-cpus 8 9 include ../../lib.mk 10 11 $(OUTPUT)/hwprobe: hwprobe.c sys_hwprobe.S 12 $(CC) -static -o$@ $(CFLAGS) $(LDFLAGS) $^ 13 14 $(OUTPUT)/cbo: cbo.c sys_hwprobe.S 15 $(CC) -static -o$@ $(CFLAGS) $(LDFLAGS) $^ 16 17 $(OUTPUT)/which-cpus: which-cpus.c sys_hwprobe.S 18 $(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.