mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
make: reintroduce dependency from flash to all
This commit is contained in:
parent
e6b08b004c
commit
6c9907b357
@ -171,16 +171,7 @@ distclean:
|
||||
-@for i in $(USEPKG) ; do "$(MAKE)" -C $(RIOTBASE)/pkg/$$i distclean ; done
|
||||
-@rm -rf $(BINDIRBASE)
|
||||
|
||||
flash: $(filter all all-%, $(MAKECMDGOALS))
|
||||
@if [ ! -f $${HEXFILE} ]; then \
|
||||
echo ""; \
|
||||
echo ""; \
|
||||
echo "You need to create a hex file before you can flash it."; \
|
||||
echo "Unless you know otherwise, 'make all' usually does what you want."; \
|
||||
echo ""; \
|
||||
echo ""; \
|
||||
exit 1; \
|
||||
fi
|
||||
flash: all
|
||||
$(FLASHER) $(FFLAGS)
|
||||
|
||||
term:
|
||||
|
Loading…
Reference in New Issue
Block a user