summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-02-19 00:47:22 -0800
committertheo3 <arisstephenson2@gmail.com>2021-02-19 00:47:22 -0800
commitce06f7dbb70b87cc3007a3e6ee6642b3f9aeb8b3 (patch)
tree0affacd2a74cb9fc324bf2a48bb76f2da432ec77 /Makefile
parent71ae3b07ea560601a3cddad9ab1eae7beedcf9ee (diff)
begin arm_proxy.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6ffb4b4a..f4a8d93b 100644
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,7 @@ NODEP := 1
endif
#$(C_BUILDDIR)/need_interworking_file_name.o: CFLAGS += -mthumb-interwork
+$(C_BUILDDIR)/code_08016DF8.o: CFLAGS += -mthumb-interwork
C_SRCS := $(wildcard $(C_SUBDIR)/*.c $(C_SUBDIR)/*/*.c)
C_OBJS := $(patsubst $(C_SUBDIR)/%.c,$(C_BUILDDIR)/%.o,$(C_SRCS))