nvnet: Move to hw/xbox/mcpx/nvnet

This commit is contained in:
Matt Borgerson 2025-06-03 19:17:09 -07:00 committed by mborgerson
parent ba297f3b69
commit e02e41ccaa
9 changed files with 4 additions and 3 deletions

View File

@ -3,5 +3,6 @@ mcpx_ss = ss.source_set()
mcpx_ss.add(files('aci.c'))
subdir('apu')
subdir('nvnet')
specific_ss.add_all(mcpx_ss)

View File

@ -0,0 +1 @@
mcpx_ss.add(files('nvnet.c'))

View File

@ -0,0 +1 @@
#include "trace/trace-hw_xbox_mcpx_nvnet.h"

View File

@ -5,7 +5,6 @@ specific_ss.add(files(
# 'chihiro.c',
'eeprom_generation.c',
'lpc47m157.c',
'nvnet.c',
'smbus_adm1032.c',
'smbus_cx25871.c',
'smbus_fs454.c',

View File

@ -1 +0,0 @@
#include "trace/trace-hw_xbox.h"

View File

@ -3773,7 +3773,7 @@ if have_system
'hw/xbox/nv2a',
'hw/xbox/mcpx/apu',
'hw/xbox/mcpx/apu/dsp',
'hw/xbox',
'hw/xbox/mcpx/nvnet',
]
endif
if have_system or have_user