aboutsummaryrefslogtreecommitdiff
path: root/debug_rom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'debug_rom/Makefile')
-rw-r--r--debug_rom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_rom/Makefile b/debug_rom/Makefile
index c5f2205..d6546e9 100644
--- a/debug_rom/Makefile
+++ b/debug_rom/Makefile
@@ -18,7 +18,7 @@ all: $(patsubst %,%.h,$(ELFS))
$(OBJCOPY) -O binary --only-section .text $^ $@
debug_rom: $(DEPS)
- $(COMPILE) -o $@ $^
+ $(COMPILE) -o $@ $<
clean:
rm -f $(ELFS) debug_rom*.raw debug_rom.h