aboutsummaryrefslogtreecommitdiff
path: root/tools/pcmcia/crc32hash.c
AgeCommit message (Collapse)AuthorFilesLines
2016-09-23tools: move pcmcia crc32hash tool from DocumentationShuah Khan1-0/+32
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 Acked-by: Dominik Brodowski <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Acked-by: Jonathan Corbet <[email protected]> Signed-off-by: Shuah Khan <[email protected]>