Skip to content

Commit

Permalink
Small cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Oct 3, 2015
1 parent cce3d42 commit 83e70bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis/run.sh
Expand Up @@ -56,6 +56,8 @@ for BOARD in $BOARDS; do
# We have to clean after doing this otherwise if the gateware
# has a dependency on the firmware that isn't correctly working
# the travis build will still pass.
echo "- make clean ($BOARD $TARGET) (prerun)"
echo "---------------------------------------------"
BOARD=$BOARD TARGET=$TARGET make clean

echo ""
Expand Down
7 changes: 3 additions & 4 deletions Makefile
Expand Up @@ -53,11 +53,10 @@ help:
@echo "Targets avaliable:"
@echo " make help"
@echo " make all"
@echo " make release"
@echo " make load"
@echo " make flash"
@echo " make gateware"
@echo " make firmware"
@echo " make load"
@echo " make flash"
@for T in $(TARGETS); do make -s help-$$T; done
@echo " make clean"

Expand Down Expand Up @@ -102,4 +101,4 @@ clean:
touch $(MSCDIR)/software/include/generated/.keep_me)

.DEFAULT_GOAL := help
.PHONY: all load flash gateware firmware
.PHONY: all load-gateware load flash gateware firmware

0 comments on commit 83e70bb

Please sign in to comment.