Signed-off-by: Serge Vakulenko <serge.vakule...@gmail.com> --- default-configs/mipsel-softmmu.mak | 1 + hw/mips/Makefile.objs | 3 +++ 2 files changed, 4 insertions(+)
diff --git a/default-configs/mipsel-softmmu.mak b/default-configs/mipsel-softmmu.mak index 0162ef0..b300eff 100644 --- a/default-configs/mipsel-softmmu.mak +++ b/default-configs/mipsel-softmmu.mak @@ -30,3 +30,4 @@ CONFIG_I8259=y CONFIG_MC146818RTC=y CONFIG_ISA_TESTDEV=y CONFIG_EMPTY_SLOT=y +CONFIG_PIC32=y diff --git a/hw/mips/Makefile.objs b/hw/mips/Makefile.objs index 9633f3a..d415e0f 100644 --- a/hw/mips/Makefile.objs +++ b/hw/mips/Makefile.objs @@ -3,3 +3,6 @@ obj-y += addr.o cputimer.o mips_int.o obj-$(CONFIG_JAZZ) += mips_jazz.o obj-$(CONFIG_FULONG) += mips_fulong2e.o obj-y += gt64xxx_pci.o +obj-$(CONFIG_PIC32) += mips_pic32mx7.o mips_pic32mz.o +obj-$(CONFIG_PIC32) += pic32_load_hex.o pic32_uart.o pic32_gpio.o +obj-$(CONFIG_PIC32) += pic32_spi.o pic32_sdcard.o pic32_ethernet.o -- 2.2.2