Add Doxygen configuration file and makefile target
It can be used to generate sometimes useful call-graphs.
This commit is contained in:
5
Makefile
5
Makefile
@@ -178,7 +178,7 @@ else # unix
|
||||
RM = rm -f
|
||||
FixPath = $1
|
||||
WHERE = which
|
||||
NULL_OUTPUT = /dev/null
|
||||
NULL_OUTPUT = /dev/null
|
||||
endif
|
||||
|
||||
AS = arm-none-eabi-gcc
|
||||
@@ -441,3 +441,6 @@ bsp/dp32g030/%.h: hardware/dp32g030/%.def
|
||||
|
||||
clean:
|
||||
$(RM) $(call FixPath, $(TARGET).bin $(TARGET).packed.bin $(TARGET) $(OBJS) $(DEPS))
|
||||
|
||||
doxygen:
|
||||
doxygen
|
||||
|
Reference in New Issue
Block a user