cppcheck added

This commit is contained in:
tkl
2016-07-23 10:33:26 +02:00
parent 866581be78
commit 7cf36fe7c1
4 changed files with 5 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ $(OBJ_DIR)/%.o: $(SRC_DIR)/%.c
@$(MKDIR) $(OBJ_DIR)
@$(foreach folder, $(SUB_FOLDER), $(shell mkdir -p $(OBJ_DIR)/$(folder)))
$(call makedep,$<,$@,$(subst .o,.d,$@))
$(CPPCHECK) $(CPPCHECK_FLAGS) $<
$(CC) $(CFLAGS) -c $< -o $@
$(OBJ_DIR)/%.o: $(SRC_DIR)/%.s