diff options
Diffstat (limited to 'hw/sparc/Makefile.objs')
-rw-r--r-- | hw/sparc/Makefile.objs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/hw/sparc/Makefile.objs b/hw/sparc/Makefile.objs index 3de10ff08c..3246bb15e5 100644 --- a/hw/sparc/Makefile.objs +++ b/hw/sparc/Makefile.objs @@ -1,9 +1,5 @@ -obj-y = slavio_intctl.o obj-y += slavio_misc.o -obj-y += eccmemctl.o sbi.o sun4c_intctl.o - -# GRLIB -obj-y += grlib_irqmp.o +obj-y += eccmemctl.o obj-y := $(addprefix ../,$(obj-y)) |