diff options
| author | Henny022p <info@henny022.de> | 2021-02-20 18:56:27 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2021-02-20 18:56:27 +0100 |
| commit | 689ea85c5bf9dca6c2e23ef18bd30c80cd52bee3 (patch) | |
| tree | d41c04d8f73387761e9b7857e58d0e9721937c15 /Makefile | |
| parent | 5384f3daa916de75240d9cd82b676fa9a20f8f27 (diff) | |
matched sub_080B15E8...
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ NODEP := 1 endif #$(C_BUILDDIR)/need_interworking_file_name.o: CFLAGS += -mthumb-interwork -$(C_BUILDDIR)/code_080B1520.o: CFLAGS += -mthumb-interwork +$(C_BUILDDIR)/code_080B1520.o: CFLAGS = -O1 -mthumb-interwork -Wimplicit -Wparentheses -Werror -Wno-multichar C_SRCS := $(wildcard $(C_SUBDIR)/*.c $(C_SUBDIR)/*/*.c) C_OBJS := $(patsubst $(C_SUBDIR)/%.c,$(C_BUILDDIR)/%.o,$(C_SRCS)) |
