hw/dma: Compile the bcm2835_dma device as common object
commit597e76f2fa526c65eb761d2cca4debdc21513305
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 29 Apr 2019 16:36:03 +0000 (29 17:36 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 29 Apr 2019 16:36:03 +0000 (29 17:36 +0100)
tree8ca9f97cfeb99e325f14f25eb7589f6ca6a2e776
parent14fd0c31e26b88a2189b3f459b864d5e1faf302a
hw/dma: Compile the bcm2835_dma device as common object

This device is used by both ARM (BCM2836, for raspi2) and AArch64
(BCM2837, for raspi3) targets, and is not CPU-specific.
Move it to common object, so we build it once for all targets.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190427133028.12874-1-philmd@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/dma/Makefile.objs