diff options
Diffstat (limited to 'src/gallium/Makefile.am')
-rw-r--r-- | src/gallium/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index 38da63b0690..9f98a7e28b6 100644 --- a/src/gallium/Makefile.am +++ b/src/gallium/Makefile.am @@ -71,6 +71,10 @@ if HAVE_GALLIUM_IMX SUBDIRS += drivers/imx winsys/imx/drm endif +if HAVE_GALLIUM_PL111 +SUBDIRS += drivers/pl111 winsys/pl111/drm +endif + ## swrast/softpipe if HAVE_GALLIUM_SOFTPIPE SUBDIRS += drivers/softpipe |