diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-31 22:07:13 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-04-28 11:19:15 +0100 |
commit | 104c895f650cac7741c12e10ee78bb2fca2cbd49 (patch) | |
tree | 3cff71d287b5b1a0276782ba8b5862848b786f7d /nouveau | |
parent | 42465feb9759ef5a6d79d7e628510cd0a081f913 (diff) |
drm: remove no longer needed VISIBILITY_CFLAGS
With earlier commits we've annotated the private symbols, thus
we no longer require the -fvisibility=hidden CFLAGS.
Cc: Ben Skeggs <bskeggs@redhat.com>
Cc: Damien Lespiau <damien.lespiau@intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Cc: Michel Dänzer <michel.daenzer@amd.com>
Cc: Rob Clark <robdclark@gmail.com>
Cc: Thierry Reding <treding@nvidia.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'nouveau')
-rw-r--r-- | nouveau/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nouveau/Makefile.am b/nouveau/Makefile.am index 2f613517..25ea6dc1 100644 --- a/nouveau/Makefile.am +++ b/nouveau/Makefile.am @@ -2,7 +2,6 @@ include Makefile.sources AM_CFLAGS = \ $(WARN_CFLAGS) \ - $(VISIBILITY_CFLAGS) \ -I$(top_srcdir) \ $(PTHREADSTUBS_CFLAGS) \ -I$(top_srcdir)/include/drm \ |