SConscript (6179:83693f4b79fd) SConscript (6313:95f69a436c82)
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

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

41#
42#################################################################
43
44# List of headers to generate
45isa_switch_hdrs = Split('''
46 arguments.hh
47 faults.hh
48 interrupts.hh
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

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

41#
42#################################################################
43
44# List of headers to generate
45isa_switch_hdrs = Split('''
46 arguments.hh
47 faults.hh
48 interrupts.hh
49 isa.hh
49 isa_traits.hh
50 kernel_stats.hh
51 locked_mem.hh
52 microcode_rom.hh
53 mmaped_ipr.hh
54 mt.hh
55 process.hh
56 predecoder.hh

--- 77 unchanged lines hidden ---
50 isa_traits.hh
51 kernel_stats.hh
52 locked_mem.hh
53 microcode_rom.hh
54 mmaped_ipr.hh
55 mt.hh
56 process.hh
57 predecoder.hh

--- 77 unchanged lines hidden ---