Home | History | Annotate | Download | only in llvmpipe
      1 if HAVE_GALLIUM_LLVMPIPE
      2 
      3 TARGET_CPPFLAGS += -DGALLIUM_LLVMPIPE
      4 TARGET_LIB_DEPS += \
      5 	$(top_builddir)/src/gallium/drivers/llvmpipe/libllvmpipe.la
      6 
      7 endif
      8