SConscript (8739:925f15f96322) | SConscript (9016:18093957a102) |
---|---|
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 --- 35 unchanged lines hidden (view full) --- 44SimObject('Platform.py') 45SimObject('SimpleDisk.py') 46SimObject('Terminal.py') 47SimObject('Uart.py') 48 49Source('baddev.cc') 50Source('copy_engine.cc') 51Source('disk_image.cc') | 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 --- 35 unchanged lines hidden (view full) --- 44SimObject('Platform.py') 45SimObject('SimpleDisk.py') 46SimObject('Terminal.py') 47SimObject('Uart.py') 48 49Source('baddev.cc') 50Source('copy_engine.cc') 51Source('disk_image.cc') |
52Source('dma_device.cc') |
|
52Source('etherbus.cc') 53Source('etherdevice.cc') 54Source('etherdump.cc') 55Source('etherint.cc') 56Source('etherlink.cc') 57Source('etherpkt.cc') 58Source('ethertap.cc') 59Source('i8254xGBe.cc') --- 51 unchanged lines hidden --- | 53Source('etherbus.cc') 54Source('etherdevice.cc') 55Source('etherdump.cc') 56Source('etherint.cc') 57Source('etherlink.cc') 58Source('etherpkt.cc') 59Source('ethertap.cc') 60Source('i8254xGBe.cc') --- 51 unchanged lines hidden --- |