summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Added patched losetup utility to configure xloop devicesManuel Bentele2020-09-161-12/+0Star
|
* Initial working stateJonathan Bauer2020-05-291-7/+8
| | | | | | | | | * Moved old Makefile to Kbuild.in * New Makefile to compile against running kernel (or KDIR) * Moved file format defines from loop/include/uapi/linux/loop.h to loop_file_fmt.h * Moved definitions of loop_info{,64} to loop_file_fmt.h * Renamed loop_info{,64} to xloop_info{,64} * Removed checks for file format support which was now unneeded
* Initial code from Manuel BenteleJonathan Bauer2020-05-291-0/+11
kept unchanged for reference.