lineage_kernel_xcoverpro/tools/testing/selftests/powerpc/signal/Makefile

15 lines
238 B
Makefile
Raw Normal View History

2023-06-18 22:53:49 +00:00
# SPDX-License-Identifier: GPL-2.0
TEST_PROGS := signal signal_tm
all: $(TEST_PROGS)
$(TEST_PROGS): ../harness.c ../utils.c signal.S
CFLAGS += -maltivec
signal_tm: CFLAGS += -mhtm
include ../../lib.mk
clean:
rm -f $(TEST_PROGS) *.o