diff options
author | Andreas Färber <afaerber@suse.de> | 2013-08-19 01:33:59 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2013-11-05 17:47:30 +0100 |
commit | 9c219b7be6eeaf31dccaf9b74d738e0ce2ea813b (patch) | |
tree | c1efb84b247eef5072273766de9ed28f27f0aa2f /hw/cpu/Makefile.objs | |
parent | 7b960dc37df088f9ca71bdc2a611864eae38c5c4 (diff) |
arm11mpcore: Split off RealView MPCore
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'hw/cpu/Makefile.objs')
-rw-r--r-- | hw/cpu/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/cpu/Makefile.objs b/hw/cpu/Makefile.objs index df287c1d8c..6381238cc5 100644 --- a/hw/cpu/Makefile.objs +++ b/hw/cpu/Makefile.objs @@ -1,4 +1,5 @@ obj-$(CONFIG_ARM11MPCORE) += arm11mpcore.o +obj-$(CONFIG_REALVIEW) += realview_mpcore.o obj-$(CONFIG_A9MPCORE) += a9mpcore.o obj-$(CONFIG_A15MPCORE) += a15mpcore.o obj-$(CONFIG_ICC_BUS) += icc_bus.o |