X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=hw%2Fnios2%2FMakefile.objs;h=3e017981baa522958b2b087577d6c5918938c446;hb=b2c00bce54cce0dbb8c7fd3dd397cfdaca4c28ef;hp=6b5c4217604de365941f649706d91f52536af2bf;hpb=ae5045ae5b2bbd8ce1335d1b05f9ecacca83a6cf;p=mirror_qemu.git diff --git a/hw/nios2/Makefile.objs b/hw/nios2/Makefile.objs index 6b5c421760..3e017981ba 100644 --- a/hw/nios2/Makefile.objs +++ b/hw/nios2/Makefile.objs @@ -1 +1,3 @@ -obj-y = boot.o cpu_pic.o 10m50_devboard.o +obj-y = boot.o cpu_pic.o +obj-$(CONFIG_NIOS2_10M50) += 10m50_devboard.o +obj-$(CONFIG_NIOS2_GENERIC_NOMMU) += generic_nommu.o