summaryrefslogtreecommitdiff
path: root/freedreno/Makefile.am
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>2014-08-04 11:23:20 +0200
committerMaarten Lankhorst <dev@mblankhorst.nl>2014-08-14 21:59:19 +0200
commit479b6cef702f26d886b3f6ccfd48d5e39a623944 (patch)
tree4adbf8a8114ec41fd8280ed8b4123bb0297ebfc3 /freedreno/Makefile.am
parent2d1044cc47a00a6e9bcc49aca72680a77b447c9b (diff)
freedreno: Use symbol visibility.
Hiding fd_device_del_locked, and fd_cleanup_bo_cache. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Diffstat (limited to 'freedreno/Makefile.am')
-rw-r--r--freedreno/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/freedreno/Makefile.am b/freedreno/Makefile.am
index 7903e5bb..49471e96 100644
--- a/freedreno/Makefile.am
+++ b/freedreno/Makefile.am
@@ -2,6 +2,7 @@ AUTOMAKE_OPTIONS=subdir-objects
AM_CFLAGS = \
$(WARN_CFLAGS) \
+ $(VISIBILITY_CFLAGS) \
-I$(top_srcdir) \
-I$(top_srcdir)/freedreno \
$(PTHREADSTUBS_CFLAGS) \