mirror of
https://github.com/mborgerson/xemu.git
synced 2025-12-01 16:10:01 +00:00
nvnet: Move to hw/xbox/mcpx/nvnet
This commit is contained in:
@ -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)
|
||||
|
||||
1
hw/xbox/mcpx/nvnet/meson.build
Normal file
1
hw/xbox/mcpx/nvnet/meson.build
Normal file
@ -0,0 +1 @@
|
||||
mcpx_ss.add(files('nvnet.c'))
|
||||
1
hw/xbox/mcpx/nvnet/trace.h
Normal file
1
hw/xbox/mcpx/nvnet/trace.h
Normal file
@ -0,0 +1 @@
|
||||
#include "trace/trace-hw_xbox_mcpx_nvnet.h"
|
||||
@ -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',
|
||||
|
||||
@ -1 +0,0 @@
|
||||
#include "trace/trace-hw_xbox.h"
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user