1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-06 21:40:57 +00:00

Move ATI, NVidia and IntelGMA to Storage until they work under 64-bits.

This commit is contained in:
deadwood
2025-04-02 20:33:29 +02:00
parent 6444367c20
commit a47289308f
3 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
# Copyright (C) 2010-2023, The AROS Development Team. All rights reserved.
# Copyright (C) 2010-2025, The AROS Development Team. All rights reserved.
include $(SRCDIR)/config/aros.cfg
STORAGEICONS := Wrapper
PCDEVSICONS := ATI IntelGMA NVidia VMWare
STORAGEICONS := Wrapper ATI IntelGMA NVidia
PCDEVSICONS := VMWare
ifneq ($(AROS_TARGET_ARCH),pc)
PCDEVSDIR := $(AROSDIR)/Storage/Monitors
else

View File

@ -5,7 +5,7 @@ include $(SRCDIR)/workbench/libs/mesa/mesa.cfg
ifneq ($(AROS_TARGET_ARCH),pc)
EXEDIR := $(AROSDIR)/Storage/Monitors
else
EXEDIR := $(AROSDIR)/Devs/Monitors
EXEDIR := $(AROSDIR)/Storage/Monitors
endif
GALLIUM_PATH = $(top_srcdir)/src/gallium

View File

@ -24,16 +24,16 @@ endif
#MM
devs-monitors-wrapper-copy: \
$(PCDEVSDIR)/ATI \
$(PCDEVSDIR)/NVidia \
$(STORAGEDIR)/ATI \
$(STORAGEDIR)/NVidia \
$(PCDEVSDIR)/VMWare \
$(AMIGADEVSDIR)/SAGA
$(PCDEVSDIR)/ATI: $(STORAGEDIR)/Wrapper | $(PCDEVSDIR)
$(STORAGEDIR)/ATI: $(STORAGEDIR)/Wrapper | $(PCDEVSDIR)
%fileactionmsg msg="Creating " file="$@" elipses="..."
@$(CP) -f $< $@
$(PCDEVSDIR)/NVidia: $(STORAGEDIR)/Wrapper | $(PCDEVSDIR)
$(STORAGEDIR)/NVidia: $(STORAGEDIR)/Wrapper | $(PCDEVSDIR)
%fileactionmsg msg="Creating " file="$@" elipses="..."
@$(CP) -f $< $@