diff options
author | Mauro Rossi <[email protected]> | 2014-10-19 16:16:49 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-10-23 15:18:11 +0100 |
commit | 417b17378ae9a8c590b01f3432fa1542a0f042d7 (patch) | |
tree | b476cda51d6cc0c689bcaaaddaa61faa1f21ad14 | |
parent | d897e7c34a67d1f393fb3ab23d3ca814537ce0e1 (diff) |
gallium/nouveau: fully build the driver under android
Fix the trivial typo in the variable name.
Cc: "10.2 10.3" <[email protected]>
-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) |