1From c158a02561c64d0cd236f86db24cc20d0378eb72 Mon Sep 17 00:00:00 2001
2From: Markus Mayer <mmayer@broadcom.com>
3Date: Thu, 13 Jun 2019 12:28:54 -0700
4Subject: [PATCH] src/Makefile: add lmbench to list of executables
5
6We want to install the lmbench script along with the other executables,
7so we add it to the appropriate list.
8
9Signed-off-by: Markus Mayer <mmayer@broadcom.com>
10---
11 src/Makefile | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/src/Makefile b/src/Makefile
15index 4962815b5fe7..70dbc6794898 100644
16--- a/src/Makefile
17+++ b/src/Makefile
18@@ -98,7 +98,7 @@ EXES =	$O/bw_file_rd $O/bw_mem $O/bw_mmap_rd $O/bw_pipe $O/bw_tcp 	\
19 	$O/lat_select $O/lat_pipe $O/lat_rpc $O/lat_syscall $O/lat_tcp	\
20 	$O/lat_udp $O/lat_mmap $O/mhz $O/lat_proc $O/lat_pagefault	\
21 	$O/lat_connect $O/lat_fs $O/lat_sig $O/lat_mem_rd $O/lat_ctx	\
22-	$O/lat_sem 							\
23+	$O/lat_sem $O/lmbench						\
24 	$O/memsize $O/lat_unix $O/lmdd $O/timing_o $O/enough		\
25 	$O/msleep $O/loop_o $O/lat_fifo $O/lmhttp $O/lat_http		\
26 	$O/lat_fcntl $O/disk $O/lat_unix_connect $O/flushdisk		\
27--
282.17.1
29
30