File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ all: $(BIN)
162
162
.PHONY : context clean_context config oldconfig menuconfig nconfig qconfig gconfig export subdir_clean clean subdir_distclean distclean apps_clean apps_distclean
163
163
.PHONY : pass1 pass1dep
164
164
.PHONY : pass2 pass2dep
165
+ .PHONY : debug_info
165
166
166
167
# Target used to copy include/nuttx/lib/math.h. If CONFIG_ARCH_MATH_H is
167
168
# defined, then there is an architecture specific math.h header file
@@ -618,6 +619,13 @@ bootloader:
618
619
clean_bootloader :
619
620
$(Q ) $(MAKE ) -C $(ARCH_SRC ) clean_bootloader
620
621
622
+ # debug_info: Parse nxdiag example output file (sysinfo.h) and print
623
+
624
+ debug_info :
625
+ ifneq ($(APPDIR ) ,)
626
+ $(Q) $(MAKE) -C $(APPDIR) debug_info
627
+ endif
628
+
621
629
# pass1dep: Create pass1 build dependencies
622
630
# pass2dep: Create pass2 build dependencies
623
631
You can’t perform that action at this time.
0 commit comments