diff options
author | Emil Velikov <[email protected]> | 2013-11-02 02:02:47 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2013-11-16 16:31:03 +0000 |
commit | f7ac1d5989699d31f02b120d3f8cb51b7159dbb5 (patch) | |
tree | 1496bfdd66ce80107b664c8a6a84fba6ae56e74f /src/gallium/winsys/intel/drm/Makefile.am | |
parent | 096b988360158d4cf3c92d52d26f9f098774ba1d (diff) |
gallium/winsys: compact compiler flags into Automake.inc
Cleanup the duplicating flags and consolidate into a sigle variable.
Note: this patch adds VISIBILITY_CFLAGS to the following targets
* freedreno/drm
* i915/{drm,sw}
* nouveau/drm
* sw/fbdev
* sw/null
* sw/wayland
* sw/wrapper
* sw/xlib
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/winsys/intel/drm/Makefile.am')
-rw-r--r-- | src/gallium/winsys/intel/drm/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gallium/winsys/intel/drm/Makefile.am b/src/gallium/winsys/intel/drm/Makefile.am index 3c4a271c5d8..30f44860766 100644 --- a/src/gallium/winsys/intel/drm/Makefile.am +++ b/src/gallium/winsys/intel/drm/Makefile.am @@ -25,9 +25,8 @@ include Makefile.sources include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ - $(GALLIUM_CFLAGS) \ - $(INTEL_CFLAGS) \ - $(VISIBILITY_CFLAGS) + $(GALLIUM_WINSYS_CFLAGS) \ + $(INTEL_CFLAGS) noinst_LTLIBRARIES = libintelwinsys.la |