SConscript (2949:50bf394d21b9) SConscript (2989:9a6f66c38acc)
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

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

225 dev/ns_gige.cc
226 dev/pciconfigall.cc
227 dev/pcidev.cc
228 dev/pcifake.cc
229 dev/pktfifo.cc
230 dev/platform.cc
231 dev/simconsole.cc
232 dev/simple_disk.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

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

225 dev/ns_gige.cc
226 dev/pciconfigall.cc
227 dev/pcidev.cc
228 dev/pcifake.cc
229 dev/pktfifo.cc
230 dev/platform.cc
231 dev/simconsole.cc
232 dev/simple_disk.cc
233 dev/sinic.cc
234 dev/tsunami.cc
235 dev/tsunami_cchip.cc
236 dev/tsunami_io.cc
237 dev/tsunami_fake.cc
238 dev/tsunami_pchip.cc
239
240 dev/uart.cc
241 dev/uart8250.cc
242
243 kern/kernel_stats.cc
244 kern/system_events.cc
245 kern/linux/events.cc
246 kern/linux/linux_syscalls.cc
247 kern/linux/printk.cc
248
249 mem/vport.cc
250
251 sim/pseudo_inst.cc
252 ''')
233 dev/tsunami.cc
234 dev/tsunami_cchip.cc
235 dev/tsunami_io.cc
236 dev/tsunami_fake.cc
237 dev/tsunami_pchip.cc
238
239 dev/uart.cc
240 dev/uart8250.cc
241
242 kern/kernel_stats.cc
243 kern/system_events.cc
244 kern/linux/events.cc
245 kern/linux/linux_syscalls.cc
246 kern/linux/printk.cc
247
248 mem/vport.cc
249
250 sim/pseudo_inst.cc
251 ''')
252 #dev/sinic.cc
253
254
255if env['TARGET_ISA'] == 'alpha':
256 full_system_sources += Split('''
257 kern/tru64/dump_mbuf.cc
258 kern/tru64/printf.cc
259 kern/tru64/tru64_events.cc
260 kern/tru64/tru64_syscalls.cc

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

--- 159 unchanged lines hidden ---