diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-31 09:26:00 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-31 09:26:00 -0500 |
commit | 7e894aa4d0b6440ca34b590a2a9f86dc834ea400 (patch) | |
tree | 393705d60005017e9e8e18fdb489060e6e889a48 /Makefile | |
parent | e3307a5b7abc9df8dcd6a0726e0b8fff3188c703 (diff) |
Decompile librfu_intr against agbcc_arm
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -173,6 +173,9 @@ $(C_BUILDDIR)/isagbprn.o: CFLAGS := -mthumb-interwork $(C_BUILDDIR)/trainer_tower.o: CFLAGS += -ffreestanding $(C_BUILDDIR)/flying.o: CFLAGS += -ffreestanding +$(C_BUILDDIR)/librfu_intr.o: CC1 := tools/agbcc/bin/agbcc_arm +$(C_BUILDDIR)/librfu_intr.o: CFLAGS := -O2 -mthumb-interwork -quiet + ifeq ($(NODEP),1) $(C_BUILDDIR)/%.o: c_dep := else |