diff options
author | Jean-Christophe DUBOIS <jcd@tribudubois.net> | 2016-05-12 13:22:29 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-05-12 13:22:29 +0100 |
commit | c906a3a01582219b40a6b075ed28d4dd6f53d462 (patch) | |
tree | e1ca2df047252ad4975c66c438fcf8104a608a30 /hw/ssi/Makefile.objs | |
parent | 53374b16a28b204e7ee73639156f0b3a45cf01c0 (diff) |
i.MX: Add the Freescale SPI Controller
Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/ssi/Makefile.objs')
-rw-r--r-- | hw/ssi/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ssi/Makefile.objs b/hw/ssi/Makefile.objs index 9555825aca..fcbb79ef01 100644 --- a/hw/ssi/Makefile.objs +++ b/hw/ssi/Makefile.objs @@ -4,3 +4,4 @@ common-obj-$(CONFIG_XILINX_SPI) += xilinx_spi.o common-obj-$(CONFIG_XILINX_SPIPS) += xilinx_spips.o obj-$(CONFIG_OMAP) += omap_spi.o +obj-$(CONFIG_IMX) += imx_spi.o |