summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHenny022p <info@henny022.de>2021-02-19 14:27:13 +0100
committerHenny022p <info@henny022.de>2021-02-19 14:27:13 +0100
commit143e9809fc053a24d7041c2efc2865b7f1cb7d8a (patch)
tree7e4ecc1a483b50b0f527330993e949d640f27bb2 /Makefile
parentfaa6fddc10b6021d31c1a0e793d0d4fa380f9f0d (diff)
matched sub_080B1520
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6ffb4b4a..233f3c7d 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_080B1520.o: CFLAGS += -mthumb-interwork
C_SRCS := $(wildcard $(C_SUBDIR)/*.c $(C_SUBDIR)/*/*.c)
C_OBJS := $(patsubst $(C_SUBDIR)/%.c,$(C_BUILDDIR)/%.o,$(C_SRCS))