From: Mauro Rossi Date: Sun, 19 Oct 2014 15:16:49 +0000 (+0100) Subject: gallium/nouveau: fully build the driver under android X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=417b17378ae9a8c590b01f3432fa1542a0f042d7;p=mesa.git gallium/nouveau: fully build the driver under android Fix the trivial typo in the variable name. Cc: "10.2 10.3" --- diff --git a/src/gallium/drivers/nouveau/Android.mk b/src/gallium/drivers/nouveau/Android.mk index 5870aa04b99..3f6ec5b6a07 100644 --- a/src/gallium/drivers/nouveau/Android.mk +++ b/src/gallium/drivers/nouveau/Android.mk @@ -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)