Change avr folders to armv7a.

This commit is contained in:
Kelvin Lawson
2011-07-19 22:50:11 +01:00
parent 2e075ad413
commit 0ec7a4629e
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ PROJECT_NUMBER =
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
OUTPUT_DIRECTORY = doxygen-avr
OUTPUT_DIRECTORY = doxygen-armv7a
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
# 4096 sub-directories (in 2 levels) under the output directory of each output

View File

@@ -136,7 +136,7 @@ $(build_dir)/%.o: $(tests_dir)/%.c
.PHONY: clean
clean:
rm -rf doxygen-kernel
rm -rf doxygen-avr
rm -rf doxygen-armv7a
rm -rf $(build_dir)
# Docs
.PHONY: doxygen