Add linux as a dependency by dwalkes · Pull Request #1 · dwalkes/linux-kernel-module-cheat · GitHub
Skip to content

Add linux as a dependency#1

Open
dwalkes wants to merge 1 commit into
masterfrom
add-linux-dependency-to-linux-kernel-module
Open

Add linux as a dependency#1
dwalkes wants to merge 1 commit into
masterfrom
add-linux-dependency-to-linux-kernel-module

Conversation

@dwalkes

@dwalkes dwalkes commented Sep 29, 2019

Copy link
Copy Markdown
Owner

See update to this stackoverflow post

This tells Buildroot to build linux before building this module (and therefore link against the rebuilt kernel after any config changes). This prevents an issue which might result in your kernel module failing to load after changing kernel configuration. See this mailing list post and the LIBFOO_DEPENDENCIES documentation in the Buildroot User Manual.

This tells Buildroot to build linux before building this module (and therefore link against the rebuilt kernel after any config changes).  This prevents an issue which might result in your kernel module failing to load after changing kernel configuration. See [this mailing list post][1] and the LIBFOO_DEPENDENCIES documentation in the [Buildroot User Manual][2].

  [1]: http://lists.busybox.net/pipermail/buildroot/2013-July/075162.html
  [2]: https://buildroot.org/downloads/manual/manual.html#generic-package-reference
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant