diff options
author | Eric Engestrom <[email protected]> | 2019-08-01 21:45:25 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-08-02 18:38:52 +0100 |
commit | e740e7a6f018738b02ce97db172d6749feeadce1 (patch) | |
tree | 0cbb265e0d843997e3f886eec9c1cfc3c109e0d0 /src/util/os_memory.h | |
parent | 8c63348c946822da3fda26afbd441adc063e091a (diff) |
scons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICE
It has nothing to do with the PIPE_SUBSYSTEM_* stuff from gallium.
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/util/os_memory.h')
-rw-r--r-- | src/util/os_memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_memory.h b/src/util/os_memory.h index 46a6b6e4572..7a40ba9e608 100644 --- a/src/util/os_memory.h +++ b/src/util/os_memory.h @@ -39,7 +39,7 @@ #include "pipe/p_compiler.h" -#if defined(PIPE_SUBSYSTEM_EMBEDDED) +#if defined(EMBEDDED_DEVICE) #ifdef __cplusplus extern "C" { |