diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-15 20:16:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-15 20:16:17 -0500 |
| commit | fee980decd6dfd5dc98c15ba13c9ea8f7b597934 (patch) | |
| tree | 813eca906ee23e6ff80dd6ddfb204f6c726afa49 /Makefile | |
| parent | 98a79fd72fe681c9d9d227bdc52e63db301a56d9 (diff) | |
| parent | b3167d579b903badfd0be67c02d30bdd71fd9ef6 (diff) | |
Merge pull request #253 from PikalaxALT/add_arm_agbcc
librfu_intr
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 |
