diff options
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 |