Skip to content

Commit

Permalink
srp_deamon: Flatten srp_daemon/src,etc into srp_daemon/
Browse files Browse the repository at this point in the history
Since the directory only produces one program.

Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
  • Loading branch information
jgunthorpe committed Oct 6, 2016
1 parent 1b0b3b1 commit b8463ec
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,7 @@ add_subdirectory(libibcm/examples)
add_subdirectory(libibumad/tests)
add_subdirectory(libibverbs/examples)
add_subdirectory(librdmacm/examples)
add_subdirectory(srp_daemon/srp_daemon)
add_subdirectory(srp_daemon/man)
add_subdirectory(srp_daemon)

rdma_finalize_libs()

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${NO_STRICT_ALIASING_FLAGS}")

rdma_man_pages(
ibsrpdm.1
srp_daemon.1.in
)

rdma_sbin_executable(srp_daemon
srp_daemon.c
srp_handle_traps.c
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions srp_daemon/man/CMakeLists.txt

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b8463ec

Please sign in to comment.