Skip to content

Commit

Permalink
make: fixed "make adm_sdk_install"
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jul 22, 2024
1 parent a3bebff commit bd30a60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions make/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,11 @@ COPY:=cp
DSEP:=/
NUL:=/dev/null
MKDIR:=mkdir -p

arm_sdk_install:
@echo "Installing linux tools"
@wget http://uav.tridgell.net/AM32/tools/linux-tools.tar.gz
@tar xzf linux-tools.tar.gz
@echo "linux tools install done"

endif

0 comments on commit bd30a60

Please sign in to comment.