gallium/nouveau: fully build the driver under android
authorMauro Rossi <issor.oruam@gmail.com>
Sun, 19 Oct 2014 15:16:49 +0000 (16:16 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 23 Oct 2014 14:18:11 +0000 (15:18 +0100)
Fix the trivial typo in the variable name.

Cc: "10.2 10.3" <mesa-stable@lists.freedesktop.org>
src/gallium/drivers/nouveau/Android.mk

index 5870aa04b99f6c6134917bbbc052841f8d9983ab..3f6ec5b6a0710916bccee2f8a3ea808b8db01be3 100644 (file)
@@ -32,7 +32,7 @@ LOCAL_SRC_FILES := \
        $(C_SOURCES) \
        $(NV30_C_SOURCES) \
        $(NV50_CODEGEN_SOURCES) \
-       $(NV50_C_SOURES) \
+       $(NV50_C_SOURCES) \
        $(NVC0_CODEGEN_SOURCES) \
        $(NVC0_C_SOURCES)