base: Create a SConscript for the loader subdirectory.

These files had been handled in base/SConscript, but there are enough of
them that they deserve their own.

Change-Id: I0c4166d8ff3c761c25940d2af5d7f0a9a6c874fa
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33898
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
This commit is contained in:
Gabe Black
2020-08-25 21:48:04 -07:00
parent faf0af7a35
commit e7965ff60d
2 changed files with 37 additions and 9 deletions

View File

@@ -74,15 +74,6 @@ GTest('trie.test', 'trie.test.cc')
Source('types.cc')
GTest('types.test', 'types.test.cc', 'types.cc')
Source('loader/dtb_file.cc')
Source('loader/elf_object.cc')
Source('loader/image_file_data.cc')
GTest('loader/image_file_data.test', 'loader/image_file_data.test.cc',
'loader/image_file_data.cc')
Source('loader/memory_image.cc')
Source('loader/object_file.cc')
Source('loader/symtab.cc')
Source('stats/group.cc')
Source('stats/text.cc')
if env['USE_HDF5']: