mirror_ubuntu-kernels/tools/testing/selftests/powerpc/papr_vpd/Makefile

13 lines
228 B
Makefile
Raw Permalink Normal View History

2024-07-02 00:48:40 +03:00
# SPDX-License-Identifier: GPL-2.0
noarg:
$(MAKE) -C ../
TEST_GEN_PROGS := papr_vpd
top_srcdir = ../../../../..
include ../../lib.mk
$(TEST_GEN_PROGS): ../harness.c ../utils.c
$(OUTPUT)/papr_vpd: CFLAGS += $(KHDR_INCLUDES)