From 0a2c1e6f5025c20e7c476e305ddda1c1a6bd9eec Mon Sep 17 00:00:00 2001 From: aliaspider Date: Tue, 24 Nov 2015 13:47:28 +0100 Subject: add ASM_CPU and ASM_SPC700 build options. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d1e93ec..d74c070 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,8 @@ else ifeq ($(platform), ctr) CXX = $(DEVKITARM)/bin/arm-none-eabi-g++$(EXE_EXT) AR = $(DEVKITARM)/bin/arm-none-eabi-ar$(EXE_EXT) ARM_ASM = 1 + ASM_CPU = 0 + ASM_SPC700 = 0 CFLAGS += -DARM11 -D_3DS CFLAGS += -march=armv6k -mtune=mpcore -mfloat-abi=hard CFLAGS += -Wall -mword-relocations -- cgit v1.2.3