mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-01 14:10:15 +01:00
Made radeon_ms not always compile
This commit is contained in:
parent
6ba979ea46
commit
fb9ea12438
1 changed files with 4 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ CONFIG_DRM_MACH64 := n
|
|||
CONFIG_DRM_NV := n
|
||||
CONFIG_DRM_NOUVEAU := n
|
||||
CONFIG_DRM_XGI := n
|
||||
CONFIG_DRM_RADEON_MS := m
|
||||
CONFIG_DRM_RADEON_MS := n
|
||||
|
||||
# Enable module builds for the modules requested/supported.
|
||||
|
||||
|
|
@ -327,6 +327,9 @@ endif
|
|||
ifneq (,$(findstring xgi,$(DRM_MODULES)))
|
||||
CONFIG_DRM_XGI := m
|
||||
endif
|
||||
ifneq (,$(findstring radeon_ms,$(DRM_MODULES)))
|
||||
CONFIG_DRM_RADEON_MS := m
|
||||
endif
|
||||
|
||||
# These require AGP support
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue