moved loader to arm9/source and added it to module.mk

svn-id: r50616
This commit is contained in:
Tony Puccinelli 2010-07-03 04:42:34 +00:00
parent ffdfd3217f
commit 36435eecbf
3 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ ifdef USE_PROFILER
PORT_OBJS += arm9/source/profiler/cyg-profile.o
endif
ifdef DYNAMIC_MODULES
PORT_OBJS += arm9/source/dsloader.o
endif
DATA_OBJS := \
arm9/data/icons.o \
arm9/data/keyboard.o \