mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-11 18:33:16 +01:00
Change avr folders to armv7a.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user