common: remove common_c refactoring artifact

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-10-18 00:00:00 +00:00
parent fa167c6c9a
commit 14a1bb62b6

View File

@@ -950,11 +950,11 @@ Incompatible archs are skipped.
# Userland / baremetal common source.
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['common_basename_noext'] + env['c_ext']
)
env['common_h'] = common_c = os.path.join(
env['common_h'] = os.path.join(
env['root_dir'],
env['common_basename_noext'] + env['header_ext']
)