SConscript (7816:b5003ac75977) | SConscript (8105:906864dd0937) |
---|---|
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 --- 36 unchanged lines hidden (view full) --- 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 | 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 --- 36 unchanged lines hidden (view full) --- 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 mmaped_ipr.hh | 53 mmapped_ipr.hh |
54 mt.hh 55 process.hh 56 predecoder.hh 57 registers.hh 58 remote_gdb.hh 59 stacktrace.hh 60 tlb.hh 61 types.hh --- 71 unchanged lines hidden --- | 54 mt.hh 55 process.hh 56 predecoder.hh 57 registers.hh 58 remote_gdb.hh 59 stacktrace.hh 60 tlb.hh 61 types.hh --- 71 unchanged lines hidden --- |