diff options
| author | Daniel Bristot de Oliveira <[email protected]> | 2024-03-15 17:44:05 +0100 |
|---|---|---|
| committer | Daniel Bristot de Oliveira <[email protected]> | 2024-03-20 05:39:06 +0100 |
| commit | 012e4e77df736263f235640e0b0b45ac919e54bf (patch) | |
| tree | 54f237a9654b118eec8ba19217750a2ad774743e /tools/verification/rv/src | |
| parent | 01474dc706cabbdaab600a46a107220ac5de9386 (diff) | |
tools/verification: Use tools/build makefiles on rv
Use tools/build/ makefiles to build rv, inheriting the benefits of
it. For example, having a proper way to handle dependencies.
Link: https://lkml.kernel.org/r/2a38a8f7b8dc65fa790381ec9ab42fb62beb2e25.1710519524.git.bristot@kernel.org
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Josh Poimboeuf <[email protected]>
Cc: John Kacur <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Jiri Olsa <[email protected]>
Suggested-by: Linus Torvalds <[email protected]>
Signed-off-by: Daniel Bristot de Oliveira <[email protected]>
Diffstat (limited to 'tools/verification/rv/src')
| -rw-r--r-- | tools/verification/rv/src/Build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/verification/rv/src/Build b/tools/verification/rv/src/Build new file mode 100644 index 000000000000..d781983c1a79 --- /dev/null +++ b/tools/verification/rv/src/Build @@ -0,0 +1,4 @@ +rv-y += trace.o +rv-y += utils.o +rv-y += in_kernel.o +rv-y += rv.o |