qemu-e2k/hw/gpio
Thomas Huth 3ab5a6ece5 hw/*/Makefile.objs: Move many .o files to common-objs
We have many files that apparently do not depend on the target CPU
configuration, i.e. which can be put into common-obj-y instead of
obj-y. This way, the code can be shared for example between
qemu-system-arm and qemu-system-aarch64, or the various big and
little endian variants like qemu-system-sh4 and qemu-system-sh4eb,
so that we do not have to compile the code multiple times anymore.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20200130133841.10779-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2020-02-04 09:00:57 +01:00
..
Kconfig i2c: express dependencies with Kconfig 2019-03-07 21:45:53 +01:00
Makefile.objs hw/*/Makefile.objs: Move many .o files to common-objs 2020-02-04 09:00:57 +01:00
aspeed_gpio.c gpio: fix memory leak in aspeed_gpio_init() 2019-12-16 10:46:34 +00:00
bcm2835_gpio.c Include migration/vmstate.h less 2019-08-16 13:31:52 +02:00
gpio_key.c Include migration/vmstate.h less 2019-08-16 13:31:52 +02:00
imx_gpio.c qdev: set properties with device_class_set_props() 2020-01-24 20:59:15 +01:00
max7310.c Include hw/qdev-properties.h less 2019-08-16 13:31:53 +02:00
mpc8xxx.c Include migration/vmstate.h less 2019-08-16 13:31:52 +02:00
nrf51_gpio.c Include migration/vmstate.h less 2019-08-16 13:31:52 +02:00
omap_gpio.c qdev: set properties with device_class_set_props() 2020-01-24 20:59:15 +01:00
pl061.c Include migration/vmstate.h less 2019-08-16 13:31:52 +02:00
puv3_gpio.c Include hw/hw.h exactly where needed 2019-08-16 13:31:52 +02:00
trace-events trace-events: Shorten file names in comments 2019-03-22 16:18:07 +00:00
zaurus.c Include hw/hw.h exactly where needed 2019-08-16 13:31:52 +02:00