summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Added debugfs functionality to the modules to show debug informationManuel Bentele2019-08-071-0/+1
|
* Added first version of the QCOW2 Linux kernel implementationManuel Bentele2019-07-311-0/+2
|
* Extended Makefile to load kernel modulesManuel Bentele2019-07-161-1/+24
| | | | Already built kernel modules can be load in an out-of-tree build with the load_modules target into the kernel. The correct loading order of the modules is preserved by this Makefile target. Furthermore, the modules can be unloaded with the target unload_modules later on.
* Added Makefile to build all software modulesManuel Bentele2019-07-101-0/+83
The modules can be built inside the 'vanilla' kernel source tree or 'out-of-tree'. Furthermore, the losetup utility can be built.