SConscript (8585:e21224136182) SConscript (8817:c36441eed919)
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

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

38#
39# Auto-generate arch headers that include the right ISA-specific
40# header based on the setting of THE_ISA preprocessor variable.
41#
42#################################################################
43
44# List of headers to generate
45isa_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

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

38#
39# Auto-generate arch headers that include the right ISA-specific
40# header based on the setting of THE_ISA preprocessor variable.
41#
42#################################################################
43
44# List of headers to generate
45isa_switch_hdrs = Split('''
46 faults.hh
47 interrupts.hh
48 isa.hh
49 isa_traits.hh
50 kernel_stats.hh
51 locked_mem.hh
52 microcode_rom.hh
53 mmapped_ipr.hh
54 mt.hh

--- 86 unchanged lines hidden ---
46 interrupts.hh
47 isa.hh
48 isa_traits.hh
49 kernel_stats.hh
50 locked_mem.hh
51 microcode_rom.hh
52 mmapped_ipr.hh
53 mt.hh

--- 86 unchanged lines hidden ---