diff options
author | Matt Turner <mattst88@gmail.com> | 2016-11-14 10:13:22 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2016-11-14 10:40:59 -0800 |
commit | 51002c0440b0e410efa3845f2633826aad7f3aa3 (patch) | |
tree | 79f4d25e904eead27afdfdda330be468f78fb503 /intel | |
parent | 319108f9475f0165c9b4885efc8cf3b7e042b7fb (diff) |
intel: Add uthash.h to Makefile.sources.
Diffstat (limited to 'intel')
-rw-r--r-- | intel/Makefile.sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/intel/Makefile.sources b/intel/Makefile.sources index 7b2272c7..6947ab74 100644 --- a/intel/Makefile.sources +++ b/intel/Makefile.sources @@ -6,7 +6,8 @@ LIBDRM_INTEL_FILES := \ intel_decode.c \ intel_chipset.h \ mm.c \ - mm.h + mm.h \ + uthash.h LIBDRM_INTEL_H_FILES := \ intel_bufmgr.h \ |