summaryrefslogtreecommitdiff
path: root/drivers/video/sprdfb/spi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/sprdfb/spi/Makefile')
-rw-r--r--drivers/video/sprdfb/spi/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/sprdfb/spi/Makefile b/drivers/video/sprdfb/spi/Makefile
new file mode 100644
index 00000000..835dd11c
--- /dev/null
+++ b/drivers/video/sprdfb/spi/Makefile
@@ -0,0 +1,7 @@
+obj-$(CONFIG_FB_SC8825) := spi_simple_drv.o
+obj-$(CONFIG_FB_SCX35) := spi_simple_drv.o
+obj-$(CONFIG_FB_SCX30G) := spi_simple_drv.o
+obj-$(CONFIG_FB_SCX15) := spi_simple_drv.o
+ifeq ($(CONFIG_FB_SCX35L), y)
+obj-$(CONFIG_SPI) := spi_simple_drv.o
+endif