mirror of
https://github.com/zeldaret/tmc
synced 2026-07-08 14:36:41 -04:00
matched sub_080B15E8...
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user