ubuntu-linux-kernel/tools/testing/selftests/powerpc/cache_shape/Makefile

12 lines
176 B
Makefile
Raw Normal View History

2024-04-01 15:06:58 +00:00
# SPDX-License-Identifier: GPL-2.0
TEST_PROGS := cache_shape
all: $(TEST_PROGS)
$(TEST_PROGS): ../harness.c ../utils.c
include ../../lib.mk
clean:
rm -f $(TEST_PROGS) *.o