License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[sfrench/cifs-2.6.git] / tools / testing / selftests / powerpc / pmu / ebb / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 noarg:
3         $(MAKE) -C ../../
4
5 # The EBB handler is 64-bit code and everything links against it
6 CFLAGS += -m64
7
8 TEST_GEN_PROGS := reg_access_test event_attributes_test cycles_test     \
9          cycles_with_freeze_test pmc56_overflow_test            \
10          ebb_vs_cpu_event_test cpu_event_vs_ebb_test            \
11          cpu_event_pinned_vs_ebb_test task_event_vs_ebb_test    \
12          task_event_pinned_vs_ebb_test multi_ebb_procs_test     \
13          multi_counter_test pmae_handling_test                  \
14          close_clears_pmcc_test instruction_count_test          \
15          fork_cleanup_test ebb_on_child_test                    \
16          ebb_on_willing_child_test back_to_back_ebbs_test       \
17          lost_exception_test no_handler_test                    \
18          cycles_with_mmcr2_test
19
20 include ../../../lib.mk
21
22 $(TEST_GEN_PROGS): ../../harness.c ../../utils.c ../event.c ../lib.c \
23                ebb.c ebb_handler.S trace.c busy_loop.S
24
25 $(OUTPUT)/instruction_count_test: ../loop.S
26
27 $(OUTPUT)/lost_exception_test: ../lib.c