summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a4b90be..91f4a20 100644
--- a/Makefile
+++ b/Makefile
@@ -339,7 +339,7 @@ endif
ifeq ($(platform), ctr)
ifeq ($(HAVE_DYNAREC), 1)
-OBJECTS += 3ds/3ds_utils.o 3ds/libkhax/khaxinit.o
+OBJECTS += 3ds/3ds_utils.o
ifeq ($(strip $(CTRULIB)),)
$(error "Please set CTRULIB in your environment. export CTRULIB=<path to>ctrulib")