Skip to content
Snippets Groups Projects
Commit 4f44a63b authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

build: fixed build with PX4/Firmware master

the reflect command has not been merged upstream yet
parent 330b5219
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,9 @@ ifneq ($(wildcard systemcmds/auth),) ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment