diff options
author | Rob Herring <[email protected]> | 2019-01-24 14:03:54 -0600 |
---|---|---|
committer | Rob Herring <[email protected]> | 2019-01-28 11:50:08 -0600 |
commit | 41a0acd6a149ec9f47ea527ad08a2b29bf1ee6b2 (patch) | |
tree | 8f57c50d50b6a77160345439d33f2a47241f31fc /src/gallium/drivers/imx/Automake.inc | |
parent | 827e0d6654a2dba0c2090abde84ccef8c8d8ec7e (diff) |
Switch imx to kmsro and remove the imx winsys
The kmsro winsys is equivalent to the imx winsys, so we can switch
to it and remove the imx one.
Signed-off-by: Rob Herring <[email protected]>
Diffstat (limited to 'src/gallium/drivers/imx/Automake.inc')
-rw-r--r-- | src/gallium/drivers/imx/Automake.inc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gallium/drivers/imx/Automake.inc b/src/gallium/drivers/imx/Automake.inc deleted file mode 100644 index 92560a2c6b8..00000000000 --- a/src/gallium/drivers/imx/Automake.inc +++ /dev/null @@ -1,9 +0,0 @@ -if HAVE_GALLIUM_IMX - -TARGET_DRIVERS += imx-drm -TARGET_CPPFLAGS += -DGALLIUM_IMX -TARGET_LIB_DEPS += \ - $(top_builddir)/src/gallium/winsys/imx/drm/libimxdrm.la \ - $(LIBDRM_LIBS) - -endif |