diff options
author | Eric Anholt <[email protected]> | 2015-11-21 13:07:42 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2015-11-22 13:15:40 -0800 |
commit | a39eac80fd491abb990b0b77dd5e4adc5b9c53e1 (patch) | |
tree | 88898be16e2612f20133ab8f62f2c34091aa6d19 /src/gallium/drivers/vc4/Automake.inc | |
parent | d1212abf505a468c9947a66dbf2d59acb4616e42 (diff) |
vc4: Just put USE_VC4_SIMULATOR in DEFINES.
In the pipe-loader reworks, it was missed in one of the new directories it
was used.
Cc: [email protected]
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/drivers/vc4/Automake.inc')
-rw-r--r-- | src/gallium/drivers/vc4/Automake.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/vc4/Automake.inc b/src/gallium/drivers/vc4/Automake.inc index 6fa3e190cac..5664c2ab14e 100644 --- a/src/gallium/drivers/vc4/Automake.inc +++ b/src/gallium/drivers/vc4/Automake.inc @@ -6,8 +6,4 @@ TARGET_LIB_DEPS += \ $(top_builddir)/src/gallium/winsys/vc4/drm/libvc4drm.la \ $(top_builddir)/src/gallium/drivers/vc4/libvc4.la -if USE_VC4_SIMULATOR -TARGET_CPPFLAGS += -DUSE_VC4_SIMULATOR -endif - endif |