diff options
author | Hervé Poussineau <hpoussin@reactos.org> | 2015-06-03 22:45:35 +0200 |
---|---|---|
committer | Leon Alrae <leon.alrae@imgtec.com> | 2015-06-11 10:13:29 +0100 |
commit | 9b1d21c53b73c8f8f79e4aae69c4eb7a5270d6d4 (patch) | |
tree | 1234443d8498f7133ec902949cdc772b49f4f602 /hw/mips/Makefile.objs | |
parent | ce9782f40ac16660ea9437bfaa2c9c34d5ed8110 (diff) |
mips jazz: compile only in 64 bit
Remove now useless device models from other MIPS configurations
We're now compiling 12 files less than before.
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Diffstat (limited to 'hw/mips/Makefile.objs')
-rw-r--r-- | hw/mips/Makefile.objs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/mips/Makefile.objs b/hw/mips/Makefile.objs index 0a652f8521..9633f3a57d 100644 --- a/hw/mips/Makefile.objs +++ b/hw/mips/Makefile.objs @@ -1,4 +1,5 @@ -obj-y += mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o +obj-y += mips_r4k.o mips_malta.o mips_mipssim.o 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 |