Skip to content

Commit

Permalink
linux-5.4.46: Build in-kernel headers as module
Browse files Browse the repository at this point in the history
> This option enables access to the in-kernel headers that are generated during                                                                 │
> the build process. These can be used to build eBPF tracing programs,                                                                          │
> or similar programs.  If you build the headers as a module, a module called                                                                   │
> kheaders.ko is built which can be loaded on-demand to get access to headers.
  • Loading branch information
pmenzel committed Jul 28, 2020
1 parent 1b489a1 commit 51478d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux-5.4.46-337.bee
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ mee_configure() {
CONFIG_PSI=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_IKHEADERS=m
CONFIG_CGROUPS=y
CONFIG_MEMCG=y
CONFIG_MEMCG_SWAP=y
Expand Down

0 comments on commit 51478d4

Please sign in to comment.