aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/riscv/hwprobe/Makefile
blob: ebdbb3c22e5426dfaec5b9102dd42c6788bada5c (plain)
1
2
3
4
5
6
7
8
9
10
# 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) $^