linux-zen-desktop/tools/testing/selftests/riscv/hwprobe/Makefile

11 lines
243 B
Makefile
Raw Normal View History

2023-10-24 11:59:35 +01:00
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2021 ARM Limited
# Originally tools/testing/arm64/abi/Makefile
TEST_GEN_PROGS := hwprobe
include ../../lib.mk
$(OUTPUT)/hwprobe: hwprobe.c sys_hwprobe.S
$(CC) -o$@ $(CFLAGS) $(LDFLAGS) $^