X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgallium%2Fauxiliary%2FMakefile;h=f8e65cf6c61af0a3ff6602ca4e24143953ee1707;hb=b29fcc7b3a043f879da1869cddd68eded1b3b305;hp=38ce14df6b68a3c1ee532941be0a4371f791e71b;hpb=35489ef285f1fde234b2b9bbb91fdc41fddefc02;p=mesa.git diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 38ce14df6b6..f8e65cf6c61 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -43,7 +43,6 @@ C_SOURCES = \ draw/draw_vs_aos_io.c \ draw/draw_vs_aos_machine.c \ draw/draw_vs_exec.c \ - draw/draw_vs_llvm.c \ draw/draw_vs_ppc.c \ draw/draw_vs_sse.c \ indices/u_indices_gen.c \ @@ -150,6 +149,7 @@ GALLIVM_SOURCES = \ gallivm/lp_bld_conv.c \ gallivm/lp_bld_debug.c \ gallivm/lp_bld_flow.c \ + gallivm/lp_bld_format_aos.c \ gallivm/lp_bld_format_soa.c \ gallivm/lp_bld_init.c \ gallivm/lp_bld_intr.c \