diff --git a/nx/Makefile b/nx/Makefile index 6501eb37..48ee0d85 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -24,7 +24,7 @@ VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH) #--------------------------------------------------------------------------------- TARGET := nx #BUILD := build -SOURCES := source/arm source/kernel source/services source/display source/display/ioctl source/audio source/runtime source/runtime/devices source/runtime/util/utf +SOURCES := source/arm source/kernel source/services source/nvidia source/nvidia/ioctl source/display source/audio source/runtime source/runtime/devices source/runtime/util/utf DATA := data INCLUDES := include external/bsd/include diff --git a/nx/source/display/ioctl/channel.c b/nx/source/nvidia/ioctl/channel.c similarity index 100% rename from nx/source/display/ioctl/channel.c rename to nx/source/nvidia/ioctl/channel.c diff --git a/nx/source/display/ioctl/nvhost-as-gpu.c b/nx/source/nvidia/ioctl/nvhost-as-gpu.c similarity index 100% rename from nx/source/display/ioctl/nvhost-as-gpu.c rename to nx/source/nvidia/ioctl/nvhost-as-gpu.c diff --git a/nx/source/display/ioctl/nvhost-ctrl-gpu.c b/nx/source/nvidia/ioctl/nvhost-ctrl-gpu.c similarity index 100% rename from nx/source/display/ioctl/nvhost-ctrl-gpu.c rename to nx/source/nvidia/ioctl/nvhost-ctrl-gpu.c diff --git a/nx/source/display/ioctl/nvhost-ctrl.c b/nx/source/nvidia/ioctl/nvhost-ctrl.c similarity index 100% rename from nx/source/display/ioctl/nvhost-ctrl.c rename to nx/source/nvidia/ioctl/nvhost-ctrl.c diff --git a/nx/source/display/ioctl/nvmap.c b/nx/source/nvidia/ioctl/nvmap.c similarity index 100% rename from nx/source/display/ioctl/nvmap.c rename to nx/source/nvidia/ioctl/nvmap.c