SConscript (2921:e6bb350c3fa5) SConscript (2972:f84c6c5309ce)
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 33 unchanged lines hidden (view full) ---

42#
43# Auto-generate arch headers that include the right ISA-specific
44# header based on the setting of THE_ISA preprocessor variable.
45#
46#################################################################
47
48# List of headers to generate
49isa_switch_hdrs = Split('''
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 33 unchanged lines hidden (view full) ---

42#
43# Auto-generate arch headers that include the right ISA-specific
44# header based on the setting of THE_ISA preprocessor variable.
45#
46#################################################################
47
48# List of headers to generate
49isa_switch_hdrs = Split('''
50 arguments.hh
51 constants.hh
52 faults.hh
53 isa_traits.hh
54 process.hh
55 regfile.hh
56 stacktrace.hh
50 faults.hh
51 isa_traits.hh
52 process.hh
53 regfile.hh
54 stacktrace.hh
55 syscallreturn.hh
57 tlb.hh
58 types.hh
59 utility.hh
60 vtophys.hh
61 ''')
62
63# Generate the header. target[0] is the full path of the output
64# header to generate. 'source' is a dummy variable, since we get the

--- 100 unchanged lines hidden ---
56 tlb.hh
57 types.hh
58 utility.hh
59 vtophys.hh
60 ''')
61
62# Generate the header. target[0] is the full path of the output
63# header to generate. 'source' is a dummy variable, since we get the

--- 100 unchanged lines hidden ---