summaryrefslogtreecommitdiffstats
diff options
authorMcgrof <anonymous.contributor@example.org>2017-06-21 21:30:37 +0000
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2024-10-04 15:47:33 -0400
commit4d6f8987427c45c3947e52433fd9e8ef9e805a2b (patch)
tree3d62904ab1c729135a8cfb170c75c31b8db3f3e8
parent97ee14a3b1713cbc1ed02f5a46d43586d310638b (diff)
downloadbackports-4d6f8987427c45c3947e52433fd9e8ef9e805a2b.tar.gz
Update Documentation/backports/hacking
-rw-r--r--wiki/Documentation_backports_hacking.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/Documentation_backports_hacking.mediawiki b/wiki/Documentation_backports_hacking.mediawiki
index b93de1a..f31830a 100644
--- a/wiki/Documentation_backports_hacking.mediawiki
+++ b/wiki/Documentation_backports_hacking.mediawiki
@@ -90,7 +90,7 @@ You should target the master branch of the backports repository.
# Add directories and files that should be copied from the mainline kernel to <code>copy-list</code>
# Add patches to <code>patches/collateral-evolutions/</code> if needed, it is better to add or modify a header file in <code>backport/backport-include/</code> than adding a patch.
# Add reference to the newly added driver directory in <code>backport/Makefile.kernel</code> if needed (just needed for new substems)
-# Add reference to the newly added driver directory in <code>backport/Kconfig</code> if needed (just needed for new subsystems)
+# Add reference to the newly added driver directory in <code>backport/Kconfig.sources</code> if needed (just needed for new subsystems)
# Add a defconfig file for this driver in <code>backport/defconfigs/</code> and modify other defconfig files if appropriate, e.g. if you add a wifi driver add it to <code>backport/defconfigs/wifi</code>
# If the driver does not build on all kernel versions specify a minimum kernel version in <code>dependencies</code>