diff options
author | Mauro Rossi <[email protected]> | 2014-10-19 16:16:49 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-10-29 18:14:42 +0000 |
commit | 136ab97b46f9236c4b69d8acbefd19585bc968fd (patch) | |
tree | da1f861922127e159f7170fbd5bd07b67804b7a6 | |
parent | 4956788a5f40fff2ea72d0f5bd6fcdb116492896 (diff) |
gallium/nouveau: fully build the driver under android
Fix the trivial typo in the variable name.
Cc: "10.2 10.3" <[email protected]>
(cherry picked from commit 417b17378ae9a8c590b01f3432fa1542a0f042d7)
-rw-r--r-- | src/gallium/drivers/nouveau/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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) |