Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1488535
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Greg KH <gregkh@linuxfoundation.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 3/3] tools: move pcmcia crc32hash tool from Documentation |
| Date | Thu, 22 Sep 2016 07:20:01 +0200 |
| Message-ID | <sk4Ap-2ay-1@gated-at.bofh.it> (permalink) |
| References | <sk0wO-7KL-3@gated-at.bofh.it> <sk0wO-7KL-1@gated-at.bofh.it> |
| X-Original-To | Shuah Khan <shuahkh@osg.samsung.com> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.7.0 (2016-08-17) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 29 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | corbet@lwn.net, davem@davemloft.net, nicolas.dichtel@6wind.com, elfring@users.sourceforge.net, geert@linux-m68k.org, akpm@linux-foundation.org, kvalo@codeaurora.org, mchehab@kernel.org, linux@roeck-us.net, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pcmcia@lists.infradead.org |
| X-Original-Date | Thu, 22 Sep 2016 07:14:59 +0200 |
| X-Original-Message-ID | <20160922051459.GA12883@kroah.com> |
| X-Original-References | <cover.1474500008.git.shuahkh@osg.samsung.com> <6125e1c8c96924d869fb847b676f544c4d03cb8a.1474500009.git.shuahkh@osg.samsung.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1488535 |
Show key headers only | View raw
On Wed, Sep 21, 2016 at 06:51:13PM -0600, Shuah Khan wrote: > Move pcmcia crc32hash tool from Documentation to tools/pcmcia and > remove it from Documentation Makefile. Update location information > for this tool. Create a new Makefile to build pcmcia. It can be built > from top level directory or from pcmcia directory: > > Run make -C tools/pcmcia or cd tools/pcmcia; make > > Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> > --- > Documentation/Makefile | 3 +-- > Documentation/pcmcia/.gitignore | 1 - > Documentation/pcmcia/Makefile | 7 ------- > Documentation/pcmcia/crc32hash.c | 32 -------------------------------- > Documentation/pcmcia/devicetable.txt | 4 ++-- > MAINTAINERS | 1 + > tools/pcmcia/.gitignore | 1 + > tools/pcmcia/Makefile | 9 +++++++++ > tools/pcmcia/crc32hash.c | 32 ++++++++++++++++++++++++++++++++ > 9 files changed, 46 insertions(+), 44 deletions(-) > delete mode 100644 Documentation/pcmcia/.gitignore > delete mode 100644 Documentation/pcmcia/Makefile > delete mode 100644 Documentation/pcmcia/crc32hash.c > create mode 100644 tools/pcmcia/.gitignore > create mode 100644 tools/pcmcia/Makefile > create mode 100644 tools/pcmcia/crc32hash.c Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 3/3] tools: move pcmcia crc32hash tool from Documentation Shuah Khan <shuahkh@osg.samsung.com> - 2016-09-22 03:00 +0200 Re: [PATCH v2 3/3] tools: move pcmcia crc32hash tool from Documentation Greg KH <gregkh@linuxfoundation.org> - 2016-09-22 07:20 +0200 Re: [PATCH v2 3/3] tools: move pcmcia crc32hash tool from Documentation Dominik Brodowski <linux@dominikbrodowski.net> - 2016-09-22 09:40 +0200
csiph-web