summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraliaspider2016-01-18 01:00:56 +0100
committeraliaspider2016-01-18 01:00:56 +0100
commit4b00c74784ad607fb62220ef27c79b12bc6d7678 (patch)
tree7cd47ef3c28fce1235bea2047afa148841681d2f /Makefile
parent04d4ce80b83b3226fd6e0f38faf28b27eba4c674 (diff)
downloadpicogpsp-4b00c74784ad607fb62220ef27c79b12bc6d7678.tar.gz
picogpsp-4b00c74784ad607fb62220ef27c79b12bc6d7678.tar.bz2
picogpsp-4b00c74784ad607fb62220ef27c79b12bc6d7678.zip
(3DS) remove the now unused libkhax.
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")