0002-src-Makefile-add-lmbench-to-list-of-executables.patch 1.1 KB

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