diff options
Diffstat (limited to 'drivers/gpu/drm/solomon/Makefile')
-rw-r--r-- | drivers/gpu/drm/solomon/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/solomon/Makefile b/drivers/gpu/drm/solomon/Makefile new file mode 100644 index 000000000..b5fc79225 --- /dev/null +++ b/drivers/gpu/drm/solomon/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_DRM_SSD130X) += ssd130x.o +obj-$(CONFIG_DRM_SSD130X_I2C) += ssd130x-i2c.o +obj-$(CONFIG_DRM_SSD130X_SPI) += ssd130x-spi.o |