build-doc: verify that there are no github readme links

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-08-25 00:00:00 +00:00
parent 96239298a9
commit 9524307c0d
8 changed files with 26 additions and 7 deletions

View File

@@ -260,7 +260,7 @@ gnu_extension_properties = {
'cc_pedantic': False,
'cxx_std': 'gnu++17'
}
# https://github.com/cirosantilli/linux-kernel-module-cheat#freestanding-programs
# https://cirosantilli.com/linux-kernel-module-cheat#freestanding-programs
freestanding_properties = {
'baremetal': False,
'cc_flags': [
@@ -270,7 +270,7 @@ freestanding_properties = {
],
'extra_objs_lkmc_common': False,
}
# https://github.com/cirosantilli/linux-kernel-module-cheat#nostartfiles-programs
# https://cirosantilli.com/linux-kernel-module-cheat#nostartfiles-programs
nostartfiles_properties = {
'baremetal': False,
'cc_flags': [