Commit c1e9fc6e authored by Anton Midyukov's avatar Anton Midyukov

drm: exclude ancient from full drm

ancient - drm modules for very old graphics cards. Only needed for some retro builds.
parent 3904c7f3
......@@ -24,7 +24,7 @@ use/drm/nvidia/optimus::
@$(call add,NVIDIA_KMODULES,bbswitch)
endif
use/drm/full: use/drm/ancient use/drm/radeon \
use/drm/full: use/drm use/drm/radeon \
use/drm/nouveau; @:
use/drm/stage2:
......@@ -40,5 +40,5 @@ use/drm/stage2/radeon: use/drm/stage2
use/drm/stage2/nouveau: use/drm/stage2
@$(call add,STAGE1_DRM_KMODULES,drm-nouveau)
use/drm/stage2/full: use/drm/stage2/ancient use/drm/stage2/radeon \
use/drm/stage2/full: use/drm/stage2 use/drm/stage2/radeon \
use/drm/stage2/nouveau; @:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment