diff options
Diffstat (limited to 'hw/mips/Makefile.objs')
-rw-r--r-- | hw/mips/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mips/Makefile.objs b/hw/mips/Makefile.objs index e173a2d793..af4d1f947b 100644 --- a/hw/mips/Makefile.objs +++ b/hw/mips/Makefile.objs @@ -1,5 +1,5 @@ obj-y += gt64xxx.o -obj-$(CONFIG_FULONG) += bonito.o vt82c686.o +obj-$(CONFIG_FULONG) += bonito.o obj-y := $(addprefix ../,$(obj-y)) |