diff options
author | Mcgrof <anonymous.contributor@example.org> | 2013-07-25 17:32:54 +0000 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2024-10-04 15:47:32 -0400 |
commit | e6411b70e231e5ca4dbd99ce13df876092dc38b6 (patch) | |
tree | 60fd78b36b2ccd1fe8b35274b573fceac725510f | |
parent | 155871b1f8a769633d49784acc4111293349972d (diff) | |
download | backports-e6411b70e231e5ca4dbd99ce13df876092dc38b6.tar.gz |
Update Documentation/backports/hacking
-rw-r--r-- | wiki/Documentation_backports_hacking.mediawiki | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/wiki/Documentation_backports_hacking.mediawiki b/wiki/Documentation_backports_hacking.mediawiki index 0ab4870..e3278ec 100644 --- a/wiki/Documentation_backports_hacking.mediawiki +++ b/wiki/Documentation_backports_hacking.mediawiki @@ -55,6 +55,14 @@ Backports currently supports the latest minor version of every mainline kernel s Features being backported should either be backported into a respective backports-3.x.c file under backports/compat/ and/or their respective header file under backport/backport-include/. += Backports Kconfig operation = + +Go read the [https://git.kernel.org/cgit/linux/kernel/git/mcgrof/backports.git/tree/devel/doc/kconfig-operation backports kconfig operation] documentation. + += Backports Makefile operation = + +Go read the [https://git.kernel.org/cgit/linux/kernel/git/mcgrof/backports.git/tree/devel/doc/makefile-operation backports Makefile operation] documentation. + = Sending patches = backports contributions follow the contribution model |