diff options
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile.sources | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index 2980cdb3c54..ec679937cc9 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -168,4 +168,6 @@ i965_oa_GENERATED_FILES = \ brw_oa_kblgt3.h \ brw_oa_kblgt3.c \ brw_oa_glk.h \ - brw_oa_glk.c + brw_oa_glk.c \ + brw_oa_cflgt2.h \ + brw_oa_cflgt2.c |