summaryrefslogtreecommitdiffstats
path: root/app/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'app/Makefile')
-rw-r--r--app/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Makefile b/app/Makefile
index 526a58f..4b7d33a 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -119,6 +119,9 @@ ds:
debug: ${PROG}.elf
${PREFIX}-gdb -x gdb.script ${PROG}.elf
+debugfl: ${PROG}.elf
+ ${PREFIX}-gdb -x gdbfl.script ${PROG}.elf
+
# openocd
protos: ${CSRCS}