mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 01:20:11 +01:00
Savage doesn't require AGP any more. Enable build even without CONFIG_AGP.
This commit is contained in:
parent
e051cd19c0
commit
6d4b9a830b
1 changed files with 3 additions and 3 deletions
|
|
@ -354,6 +354,9 @@ endif
|
|||
ifneq (,$(findstring ffb,$(DRM_MODULES)))
|
||||
CONFIG_DRM_FFB := m
|
||||
endif
|
||||
ifneq (,$(findstring savage,$(DRM_MODULES)))
|
||||
CONFIG_DRM_SAVAGE := m
|
||||
endif
|
||||
|
||||
# These require AGP support
|
||||
|
||||
|
|
@ -370,9 +373,6 @@ endif
|
|||
ifneq (,$(findstring i915,$(DRM_MODULES)))
|
||||
CONFIG_DRM_I915 := m
|
||||
endif
|
||||
ifneq (,$(findstring savage,$(DRM_MODULES)))
|
||||
CONFIG_DRM_SAVAGE := m
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(DRMSRCDIR)/Makefile.kernel
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue