diff options
Diffstat (limited to 'hw/sh4/Makefile.objs')
-rw-r--r-- | hw/sh4/Makefile.objs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/sh4/Makefile.objs b/hw/sh4/Makefile.objs index b2e1f1e044..72b6a1fcb4 100644 --- a/hw/sh4/Makefile.objs +++ b/hw/sh4/Makefile.objs @@ -1,7 +1,9 @@ -obj-y = sh7750.o sh7750_regnames.o tc58128.o +obj-y = tc58128.o obj-y += sh_timer.o sh_serial.o sh_intc.o sh_pci.o sm501.o obj-y += ide/mmio.o obj-y := $(addprefix ../,$(obj-y)) obj-y += shix.o r2d.o + +obj-y += sh7750.o sh7750_regnames.o |