Go to file
Maschell a788726307 [Docker] Use latest devkitPPC and WUMS 2020-08-12 19:54:08 +02:00
source Make sure to call the init hook before the entrypoint. 2020-06-07 13:59:41 +02:00
.gitignore first commit 2020-05-28 21:52:29 +02:00
Dockerfile [Docker] Use latest devkitPPC and WUMS 2020-08-12 19:54:08 +02:00
Makefile Adopt to linking changes of WUMS 2020-06-10 13:10:59 +02:00
README.md Add Dockerfile 2020-07-05 13:18:50 +02:00

README.md

Run via SetupPayload. Requires wut, wums

Building using the Dockerfile

It's possible to use a docker image for building. This way you don't need anything installed on your host system.

# Build docker image (only needed once)
docker build . -t kernelmodule-builder

# make 
docker run -it --rm -v ${PWD}:/project kernelmodule-builder make

# make clean
docker run -it --rm -v ${PWD}:/project kernelmodule-builder make clean