From adb25135215271ce44f11077fa74bcf284cb7ec7 Mon Sep 17 00:00:00 2001 From: balaton Date: Fri, 19 Jan 2018 23:16:34 +0000 Subject: [PATCH] Fixed gfx.hidd dependency name for PPC targets git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@55023 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/ppc-chrp/efika/boot/mmakefile.src | 2 +- arch/ppc-sam440/boot/mmakefile.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/ppc-chrp/efika/boot/mmakefile.src b/arch/ppc-chrp/efika/boot/mmakefile.src index a025d4e0b8..7a22837c0c 100644 --- a/arch/ppc-chrp/efika/boot/mmakefile.src +++ b/arch/ppc-chrp/efika/boot/mmakefile.src @@ -39,7 +39,7 @@ include $(SRCDIR)/config/aros.cfg #MM kernel-console \ #MM kernel-fs-con \ #MM kernel-fs-ram \ -#MM kernel-hidd-graphics \ +#MM kernel-hidd-gfx \ #MM kernel-hidd-kbd \ #MM kernel-hidd-mouse \ #MM kernel-hidd \ diff --git a/arch/ppc-sam440/boot/mmakefile.src b/arch/ppc-sam440/boot/mmakefile.src index 197456924c..dfcda6332b 100644 --- a/arch/ppc-sam440/boot/mmakefile.src +++ b/arch/ppc-sam440/boot/mmakefile.src @@ -56,7 +56,7 @@ include $(SRCDIR)/config/aros.cfg #MM kernel-fs-fat \ #MM kernel-fs-sfs \ #MM kernel-fs-ram \ -#MM kernel-hidd-graphics \ +#MM kernel-hidd-gfx \ #MM kernel-hidd-kbd \ #MM kernel-hidd-mouse \ #MM hidd-sm502gfx \ -- 2.11.4.GIT