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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | src/gallium/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index 8cb391cfd75..ff69796180f 100644 --- a/src/gallium/Makefile.am +++ b/src/gallium/Makefile.am @@ -56,10 +56,6 @@ if HAVE_GALLIUM_ETNAVIV SUBDIRS += drivers/etnaviv winsys/etnaviv/drm endif -if HAVE_GALLIUM_IMX -SUBDIRS += drivers/imx winsys/imx/drm -endif - if HAVE_GALLIUM_KMSRO SUBDIRS += drivers/kmsro winsys/kmsro/drm endif |