LingmoOS-kernel/tools/testing/selftests/powerpc/primitives/Makefile

11 lines
207 B
Makefile
Raw Normal View History

2024-07-18 03:58:23 +00:00
# SPDX-License-Identifier: GPL-2.0-only
TEST_GEN_PROGS := load_unaligned_zeropad
top_srcdir = ../../../../..
include ../../lib.mk
include ../flags.mk
CFLAGS += -I$(CURDIR)
$(TEST_GEN_PROGS): ../harness.c