summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-04-29 17:43:24 -0400
committeryenatch <yenatch@gmail.com>2014-04-30 03:03:20 -0400
commitc7938cc7d368a68f73fe5cbb3a750172db70cf7a (patch)
tree90e7faddc09d13f420717ebdc9d792d6da0f23a8 /Makefile
parentda88588636e2a296668e509ce8e614f51727a254 (diff)
Split the mobile adapter library into another object file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c35b888bb..40972ac52 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ TEXTQUEUE :=
CRYSTAL_OBJS := \
wram.o \
main.o \
+lib/mobile/main.o \
home.o \
audio.o \
maps_crystal.o \