mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
common: remove common_c refactoring artifact
This commit is contained in:
@@ -950,11 +950,11 @@ Incompatible archs are skipped.
|
|||||||
|
|
||||||
# Userland / baremetal common source.
|
# Userland / baremetal common source.
|
||||||
env['common_basename_noext'] = env['repo_short_id']
|
env['common_basename_noext'] = env['repo_short_id']
|
||||||
env['common_c'] = common_c = os.path.join(
|
env['common_c'] = os.path.join(
|
||||||
env['root_dir'],
|
env['root_dir'],
|
||||||
env['common_basename_noext'] + env['c_ext']
|
env['common_basename_noext'] + env['c_ext']
|
||||||
)
|
)
|
||||||
env['common_h'] = common_c = os.path.join(
|
env['common_h'] = os.path.join(
|
||||||
env['root_dir'],
|
env['root_dir'],
|
||||||
env['common_basename_noext'] + env['header_ext']
|
env['common_basename_noext'] + env['header_ext']
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user