restructure: get rid of cpu/utility

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-09-23 14:12:53 +05:30
parent 1e8966553f
commit 6c33c77ef3
12 changed files with 197 additions and 191 deletions

View File

@@ -2,7 +2,7 @@ lib_sources += files(
'cpu-impl.cc',
'cpu.cc',
'psr.cc',
'utility.cc'
'alu.cc'
)
subdir('arm')