diff options
author | Kenneth Graunke <[email protected]> | 2017-07-01 01:59:40 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-07-10 15:55:19 -0700 |
commit | 3e50607a40541de81ef008ee187c26dd03cd6c9e (patch) | |
tree | 0fbec121c78b57b7f03590c04e92dda4907a12d6 /src/intel/Makefile.sources | |
parent | b117f59710e62f4afa5781c554f8113e2b0df9cc (diff) |
intel: Move clflush helpers from anv to common/gen_clflush.h.
I want to use these in the OpenGL driver as well.
v2: Add to COMMON_FILES in Makefile.sources (caught by Emil)
Reviewed-by: Daniel Vetter <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r-- | src/intel/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources index b672e615c52..2b6d607aa9b 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -7,6 +7,7 @@ BLORP_FILES = \ blorp/blorp_priv.h COMMON_FILES = \ + common/gen_clflush.h \ common/gen_debug.c \ common/gen_debug.h \ common/gen_device_info.c \ |