Renamed misleading dir names "devices/" and "system/" to "runtime/"

This commit is contained in:
plutoo 2018-01-06 13:45:37 +01:00
parent fbfb5cdba2
commit cac3f735af
9 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH)
#---------------------------------------------------------------------------------
TARGET := nx
#BUILD := build
SOURCES := source/arm source/system source/kernel source/services source/gfx source/gfx/ioctl source/devices source/util/utf
SOURCES := source/arm source/runtime source/kernel source/runtime/devices source/services source/gfx source/gfx/ioctl source/util/utf
DATA := data
INCLUDES := include