37c37
< base_kernel_stats.cc
---
> kernel_stats.cc
48,68d47
< #################################################################
< #
< # ISA "switch header" generation.
< #
< # Auto-generate arch headers that include the right ISA-specific
< # header based on the setting of THE_ISA preprocessor variable.
< #
< #################################################################
<
< # List of headers to generate
< kern_switch_hdrs = Split('''
< kernel_stats.hh
< ''')
<
< env.make_switching_dir('kern', kern_switch_hdrs, env)
<
< isa = env['TARGET_ISA'] # someday this may be a list of ISAs
<
< # Let the target architecture define what additional sources it needs
< sources += SConscript(os.path.join(isa, 'SConscript'), exports = 'env')
<