SConscript (8961:ff4762285f99) SConscript (9020:14321ce30881)
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

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

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

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

39#
40# Auto-generate arch headers that include the right ISA-specific
41# header based on the setting of THE_ISA preprocessor variable.
42#
43#################################################################
44
45# List of headers to generate
46isa_switch_hdrs = Split('''
47 decoder.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

--- 85 unchanged lines hidden ---
48 interrupts.hh
49 isa.hh
50 isa_traits.hh
51 kernel_stats.hh
52 locked_mem.hh
53 microcode_rom.hh
54 mmapped_ipr.hh
55 mt.hh

--- 85 unchanged lines hidden ---