SConscript (3231:ba2a74b94586) SConscript (3408:006d69f343bf)
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 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

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

215 dev/baddev.cc
216 dev/disk_image.cc
217 dev/etherbus.cc
218 dev/etherdump.cc
219 dev/etherint.cc
220 dev/etherlink.cc
221 dev/etherpkt.cc
222 dev/ethertap.cc
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 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

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

215 dev/baddev.cc
216 dev/disk_image.cc
217 dev/etherbus.cc
218 dev/etherdump.cc
219 dev/etherint.cc
220 dev/etherlink.cc
221 dev/etherpkt.cc
222 dev/ethertap.cc
223 dev/i8254xGBe.cc
224 dev/ide_ctrl.cc
225 dev/ide_disk.cc
226 dev/io_device.cc
227 dev/isa_fake.cc
228 dev/ns_gige.cc
229 dev/pciconfigall.cc
230 dev/pcidev.cc
231 dev/pcifake.cc

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

248 kern/linux/linux_syscalls.cc
249 kern/linux/printk.cc
250
251 mem/vport.cc
252
253 sim/pseudo_inst.cc
254 ''')
255 #dev/sinic.cc
223 dev/ide_ctrl.cc
224 dev/ide_disk.cc
225 dev/io_device.cc
226 dev/isa_fake.cc
227 dev/ns_gige.cc
228 dev/pciconfigall.cc
229 dev/pcidev.cc
230 dev/pcifake.cc

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

247 kern/linux/linux_syscalls.cc
248 kern/linux/printk.cc
249
250 mem/vport.cc
251
252 sim/pseudo_inst.cc
253 ''')
254 #dev/sinic.cc
255 #dev/i8254xGBe.cc
256
257
258if env['TARGET_ISA'] == 'alpha':
259 full_system_sources += Split('''
260 kern/tru64/dump_mbuf.cc
261 kern/tru64/printf.cc
262 kern/tru64/tru64_events.cc
263 kern/tru64/tru64_syscalls.cc

--- 159 unchanged lines hidden ---
256
257
258if env['TARGET_ISA'] == 'alpha':
259 full_system_sources += Split('''
260 kern/tru64/dump_mbuf.cc
261 kern/tru64/printf.cc
262 kern/tru64/tru64_events.cc
263 kern/tru64/tru64_syscalls.cc

--- 159 unchanged lines hidden ---