build: fixed build with PX4/Firmware master
the reflect command has not been merged upstream yet
This commit is contained in:
parent
330b52194f
commit
4f44a63bef
@ -57,7 +57,9 @@ ifneq ($(wildcard systemcmds/auth),)
|
|||||||
MODULES += systemcmds/auth
|
MODULES += systemcmds/auth
|
||||||
endif
|
endif
|
||||||
MODULES += systemcmds/mtd
|
MODULES += systemcmds/mtd
|
||||||
|
ifneq ($(wildcard systemcmds/reflect),)
|
||||||
MODULES += systemcmds/reflect
|
MODULES += systemcmds/reflect
|
||||||
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# Library modules
|
# Library modules
|
||||||
|
Loading…
Reference in New Issue
Block a user