aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/kmsro/Android.mk
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-10-24 15:31:32 -0700
committerEric Anholt <[email protected]>2019-01-28 09:35:45 -0800
commit272b6cf58f507180b2ff3059bec16d8f023f5f40 (patch)
tree38e5b0e862fa72068c77d0309ad93f8431559695 /src/gallium/drivers/kmsro/Android.mk
parent511e7b6f610fc5c2d4d462ba0586590d62bc7247 (diff)
kmsro: Extend to include hx8357d.
This allows vc4 to initialize on the Adafruit PiTFT 3.5" touchscreen with the hx8357d tinydrm driver v2: Whitespace fix noted by Eric Engestrom, update commit message for the driver being merged. v3: Rebase on Rob Herring's pipe-loader changes. Acked-by: Eric Engestrom <[email protected]> (v1) Acked-by: Emil Velikov <[email protected]> (v1)
Diffstat (limited to 'src/gallium/drivers/kmsro/Android.mk')
-rw-r--r--src/gallium/drivers/kmsro/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/kmsro/Android.mk b/src/gallium/drivers/kmsro/Android.mk
index 8a851024dc8..f6a444e8865 100644
--- a/src/gallium/drivers/kmsro/Android.mk
+++ b/src/gallium/drivers/kmsro/Android.mk
@@ -35,5 +35,6 @@ include $(BUILD_STATIC_LIBRARY)
ifneq ($(HAVE_GALLIUM_KMSRO),)
GALLIUM_TARGET_DRIVERS += pl111
+GALLIUM_TARGET_DRIVERS += hx8357d
$(eval GALLIUM_LIBS += $(LOCAL_MODULE) libmesa_winsys_kmsro)
endif