Deleted Added
sdiff udiff text old ( 3536:89aa06409e4d ) new ( 3546:c4074658f1e1 )
full compact
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

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

58 stacktrace.hh
59 syscallreturn.hh
60 tlb.hh
61 types.hh
62 utility.hh
63 vtophys.hh
64 ''')
65
66# Set up this directory to support switching headers
67env.make_switching_dir('arch', isa_switch_hdrs, env)
68
69#################################################################
70#
71# Include architecture-specific files.
72#
73#################################################################
74
75#
76# Build a SCons scanner for ISA files

--- 63 unchanged lines hidden ---