Browse Source

Merge branch 'export-build' of github.com:PX4/Firmware into export-build

sbg
Lorenz Meier 12 years ago
parent
commit
b944962a73
  1. 2
      makefiles/firmware.mk

2
makefiles/firmware.mk

@ -193,7 +193,7 @@ EXTRA_CLEANS = @@ -193,7 +193,7 @@ EXTRA_CLEANS =
# for GMSL).
# where to look for modules
MODULE_SEARCH_DIRS += $(WORK_DIR) $(MODULE_SRC) $(PX4_MODULE_SRC)
MODULE_SEARCH_DIRS += $(WORK_DIR) $(MODULE_SRC) $(PX4_MODULE_SRC)
# sort and unique the modules list
MODULES := $(sort $(MODULES))

Loading…
Cancel
Save