mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
kernel: add section about /proc/version
Customize user, host and date
This commit is contained in:
@@ -130,6 +130,12 @@ Configure the kernel, but don't build it.
|
||||
common_make_args +
|
||||
common.add_newlines(args.extra_make_args)
|
||||
),
|
||||
extra_env={
|
||||
'KBUILD_BUILD_VERSION': '1',
|
||||
'KBUILD_BUILD_TIMESTAMP': 'Thu Jan 1 00:00:00 UTC 1970',
|
||||
'KBUILD_BUILD_USER': 'lkmc',
|
||||
'KBUILD_BUILD_HOST': common.git_sha(common.linux_source_dir),
|
||||
},
|
||||
**common_args
|
||||
)
|
||||
common.run_cmd(
|
||||
|
||||
Reference in New Issue
Block a user