diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2008-10-10 03:50:51 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2008-10-10 03:50:51 -0700 |
commit | ec0fb05d643323ae036156be76acd42c8275a2f4 (patch) | |
tree | 3ef01f529f108643ee9f94fe106741dace81d77a /src/arch/x86/bios/SConscript | |
parent | 9be6e082270aad53f8ba40bf66a91fcf176a45ab (diff) | |
download | gem5-ec0fb05d643323ae036156be76acd42c8275a2f4.tar.xz |
X86: Turn SMBios structures into simobjects.
Diffstat (limited to 'src/arch/x86/bios/SConscript')
-rw-r--r-- | src/arch/x86/bios/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/bios/SConscript b/src/arch/x86/bios/SConscript index 1ec717b11..cdb5f390f 100644 --- a/src/arch/x86/bios/SConscript +++ b/src/arch/x86/bios/SConscript @@ -65,4 +65,5 @@ if env['TARGET_ISA'] == 'x86': Source('e820.cc') # The DMI tables. + SimObject('SMBios.py') Source('smbios.cc') |