From 6fc7f77fd21f15f773bb18c1c4011949be9b4118 Mon Sep 17 00:00:00 2001 From: KONRAD Frederic Date: Tue, 14 Jun 2016 15:59:15 +0100 Subject: introduce aux-bus This introduces a new bus: aux-bus. It contains an address space for aux slaves devices and a bridge to an I2C bus for I2C through AUX transactions. Signed-off-by: KONRAD Frederic Tested-By: Hyun Kwon Reviewed-by: Alistair Francis Message-id: 1465833014-21982-5-git-send-email-fred.konrad@greensocs.com Signed-off-by: Peter Maydell --- hw/misc/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/misc/Makefile.objs') diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs index bc0dd2cc75..ffb49c11ac 100644 --- a/hw/misc/Makefile.objs +++ b/hw/misc/Makefile.objs @@ -51,3 +51,4 @@ obj-$(CONFIG_MIPS_ITU) += mips_itu.o obj-$(CONFIG_PVPANIC) += pvpanic.o obj-$(CONFIG_EDU) += edu.o obj-$(CONFIG_HYPERV_TESTDEV) += hyperv_testdev.o +obj-$(CONFIG_AUX) += aux.o -- cgit v1.2.3