From 952f77e5342689d2a95e57ecda6b79d5bd3fbe11 Mon Sep 17 00:00:00 2001 From: NicJA Date: Sat, 20 Apr 2019 18:38:49 +0000 Subject: [PATCH] use the correct targets to build the drivers so they can be disabled as appropriate. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56316 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/all-pc/drivers/mmakefile.src | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/arch/all-pc/drivers/mmakefile.src b/arch/all-pc/drivers/mmakefile.src index 4aacaf4ab1..db4f3e8dd8 100644 --- a/arch/all-pc/drivers/mmakefile.src +++ b/arch/all-pc/drivers/mmakefile.src @@ -5,8 +5,10 @@ # These are not needed as part of the kernel - and so get created seperately # -#MM- AROS-pc-drivers : \ -#MM hidd-vmwaresvga \ -#MM hidd-radeon \ -#MM hidd-nouveau \ -#MM hidd-intelG45 +#MM- AROS-pci-gfx-drivers : \ +#MM workbench-hidds-vmwaresvga \ +#MM workbench-hidds-radeon \ +#MM workbench-hidds-nouveau \ +#MM devs-monitors-intelgma + +#MM- AROS-pc-drivers : AROS-pci-gfx-drivers -- 2.11.4.GIT