mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Move all non-README links to cirosantilli.com where the file is not cut off...
This commit is contained in:
@@ -56,7 +56,7 @@ top of it.
|
||||
help='''\
|
||||
Like --custom-config-file, but select the gem5 Linux kernel fork
|
||||
config as the custom config file. Ignore --custom-config-file if given.
|
||||
See: https://github.com/cirosantilli/linux-kernel-module-cheat#gem5-arm-linux-kernel-patches
|
||||
See: https://cirosantilli.com/linux-kernel-module-cheat#gem5-arm-linux-kernel-patches
|
||||
'''
|
||||
)
|
||||
self.add_argument(
|
||||
@@ -195,7 +195,7 @@ Run `make modules_install` after `make`.
|
||||
common_make_args +
|
||||
self.sh.add_newlines(self.env['extra_make_args'])
|
||||
),
|
||||
# https://github.com/cirosantilli/linux-kernel-module-cheat#proc-version
|
||||
# https://cirosantilli.com/linux-kernel-module-cheat#proc-version
|
||||
extra_env={
|
||||
'KBUILD_BUILD_VERSION': '1',
|
||||
'KBUILD_BUILD_TIMESTAMP': 'Thu Jan 1 00:00:00 UTC 1970',
|
||||
|
||||
Reference in New Issue
Block a user