summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.sources
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-01-28 15:44:12 +0000
committerEric Engestrom <[email protected]>2019-04-30 15:40:33 +0000
commit316964709e21286c2af54e3afb3089d0fcce87c1 (patch)
tree851710be1d62d2448238837c787cd37ba379111b /src/util/Makefile.sources
parent2fae99bcbd00392daf44d1bc570553ac70730d36 (diff)
util: add os_read_file() helper
readN() taken from igt. os_read_file() inspired by igt_sysfs_get() Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r--src/util/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
index 541cb6b85be..ad8c56d3d1b 100644
--- a/src/util/Makefile.sources
+++ b/src/util/Makefile.sources
@@ -29,6 +29,8 @@ MESA_UTIL_FILES := \
mesa-sha1.h \
os_time.c \
os_time.h \
+ os_file.c \
+ os_file.h \
os_misc.c \
os_misc.h \
u_process.c \