Sign in
nest-open-source
/
manifest_repos
/
kernel
/
refs/heads/main
/
.
/
tools
/
testing
/
selftests
/
riscv
/
hwprobe
/
Makefile
blob: ebdbb3c22e5426dfaec5b9102dd42c6788bada5c [
file
] [
log
] [
blame
] [
edit
]
# 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
)
$
^