mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 15:33:57 -04:00
build: give an error if PX4_ROOT not defined for PX4 build
This commit is contained in:
parent
374af1cd14
commit
92605a63ea
@ -11,4 +11,9 @@ px4-clean:
|
||||
px4-upload:
|
||||
make -C $(PX4_ROOT) EXTERNAL_APPS=$(PWD) upload
|
||||
|
||||
else
|
||||
|
||||
px4:
|
||||
$(error ERROR: You need to add PX4_ROOT to your config.mk)
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user