From patchwork Fri Aug 25 06:18:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Morey-Chaisemartin X-Patchwork-Id: 9921247 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id BCD94600C5 for ; Fri, 25 Aug 2017 06:18:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A877E251F4 for ; Fri, 25 Aug 2017 06:18:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9B2322582C; Fri, 25 Aug 2017 06:18:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D7EEB251F4 for ; Fri, 25 Aug 2017 06:18:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754197AbdHYGSz (ORCPT ); Fri, 25 Aug 2017 02:18:55 -0400 Received: from mx2.suse.de ([195.135.220.15]:40467 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751800AbdHYGSz (ORCPT ); Fri, 25 Aug 2017 02:18:55 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 534D5AE88 for ; Fri, 25 Aug 2017 06:18:54 +0000 (UTC) From: Nicolas Morey-Chaisemartin Subject: [PATCH rdma-core] Documentation: install udev.md To: linux-rdma@vger.kernel.org Openpgp: preference=signencrypt Message-ID: <2a1f628e-bc6c-2654-5416-95e8911731f2@suse.de> Date: Fri, 25 Aug 2017 08:18:53 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Thunderbird/56.0 MIME-Version: 1.0 Content-Language: fr-xx-classique+reforme1990 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP udev.md is referenced by rdma-hw,target and rdma-load-modules@.service and needs to be installed. Signed-off-by: Nicolas Morey-Chaisemartin --- Documentation/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/CMakeLists.txt b/Documentation/CMakeLists.txt index 6170b5f2..d6e08ded 100644 --- a/Documentation/CMakeLists.txt +++ b/Documentation/CMakeLists.txt @@ -5,6 +5,7 @@ install(FILES libibverbs.md librdmacm.md rxe.md + udev.md ../README.md ../MAINTAINERS DESTINATION "${CMAKE_INSTALL_DOCDIR}")