pwm test app

This commit is contained in:
tkl
2016-08-08 11:19:08 +02:00
parent b038d17abe
commit 43d07d71b5
7 changed files with 72 additions and 10 deletions

View File

@@ -83,7 +83,7 @@ doc:
@$(MKDIR) $(DOC_DIR)
(cat $(DOXYFILE) ; echo "INPUT=$(DOC_SRC)" ; echo "OUTPUT_DIRECTORY=$(DOC_DIR)") | doxygen -
test: check $(OBJECTS) $(ASM_OBJECTS)
test: $(OBJECTS) $(ASM_OBJECTS)
@$(MKDIR) $(EXE_DIR)
@$(MKDIR) $(MAP_DIR)
@$(MKDIR) $(SIZE_DIR)