diff options
author | Mark Brown | 2018-12-20 17:01:28 +0100 |
---|---|---|
committer | Mark Brown | 2018-12-20 17:01:28 +0100 |
commit | b3fc4e0e966eaaf2f8afa1de3280770acd838b87 (patch) | |
tree | efa455a809e81a404010db0fa7b2886f1a324af9 /drivers/spi/Makefile | |
parent | Merge branch 'spi-4.20' into spi-linus (diff) | |
parent | spi: sh-msiof: Reduce the number of times write to and perform the transmissi... (diff) | |
download | kernel-qcow2-linux-b3fc4e0e966eaaf2f8afa1de3280770acd838b87.tar.gz kernel-qcow2-linux-b3fc4e0e966eaaf2f8afa1de3280770acd838b87.tar.xz kernel-qcow2-linux-b3fc4e0e966eaaf2f8afa1de3280770acd838b87.zip |
Merge branch 'spi-4.21' into spi-next
Diffstat (limited to 'drivers/spi/Makefile')
-rw-r--r-- | drivers/spi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile index 3575205c5c27..0c4b7a8debf8 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile @@ -58,7 +58,9 @@ obj-$(CONFIG_SPI_MPC512x_PSC) += spi-mpc512x-psc.o obj-$(CONFIG_SPI_MPC52xx_PSC) += spi-mpc52xx-psc.o obj-$(CONFIG_SPI_MPC52xx) += spi-mpc52xx.o obj-$(CONFIG_SPI_MT65XX) += spi-mt65xx.o +obj-$(CONFIG_SPI_MXIC) += spi-mxic.o obj-$(CONFIG_SPI_MXS) += spi-mxs.o +obj-$(CONFIG_SPI_NPCM_PSPI) += spi-npcm-pspi.o obj-$(CONFIG_SPI_NUC900) += spi-nuc900.o obj-$(CONFIG_SPI_OC_TINY) += spi-oc-tiny.o spi-octeon-objs := spi-cavium.o spi-cavium-octeon.o |