mirror of https://github.com/xemu-project/xemu.git
nvnet: Move to hw/xbox/mcpx/nvnet
This commit is contained in:
parent
ba297f3b69
commit
e02e41ccaa
|
@ -3,5 +3,6 @@ mcpx_ss = ss.source_set()
|
||||||
mcpx_ss.add(files('aci.c'))
|
mcpx_ss.add(files('aci.c'))
|
||||||
|
|
||||||
subdir('apu')
|
subdir('apu')
|
||||||
|
subdir('nvnet')
|
||||||
|
|
||||||
specific_ss.add_all(mcpx_ss)
|
specific_ss.add_all(mcpx_ss)
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
mcpx_ss.add(files('nvnet.c'))
|
|
@ -0,0 +1 @@
|
||||||
|
#include "trace/trace-hw_xbox_mcpx_nvnet.h"
|
|
@ -5,7 +5,6 @@ specific_ss.add(files(
|
||||||
# 'chihiro.c',
|
# 'chihiro.c',
|
||||||
'eeprom_generation.c',
|
'eeprom_generation.c',
|
||||||
'lpc47m157.c',
|
'lpc47m157.c',
|
||||||
'nvnet.c',
|
|
||||||
'smbus_adm1032.c',
|
'smbus_adm1032.c',
|
||||||
'smbus_cx25871.c',
|
'smbus_cx25871.c',
|
||||||
'smbus_fs454.c',
|
'smbus_fs454.c',
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
#include "trace/trace-hw_xbox.h"
|
|
|
@ -3773,7 +3773,7 @@ if have_system
|
||||||
'hw/xbox/nv2a',
|
'hw/xbox/nv2a',
|
||||||
'hw/xbox/mcpx/apu',
|
'hw/xbox/mcpx/apu',
|
||||||
'hw/xbox/mcpx/apu/dsp',
|
'hw/xbox/mcpx/apu/dsp',
|
||||||
'hw/xbox',
|
'hw/xbox/mcpx/nvnet',
|
||||||
]
|
]
|
||||||
endif
|
endif
|
||||||
if have_system or have_user
|
if have_system or have_user
|
||||||
|
|
Loading…
Reference in New Issue