mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 11:59:17 +08:00
Merge branch 'master' of github.com:PX4/Firmware
This commit is contained in:
+10
-3
@@ -183,11 +183,16 @@ CXXFLAGS += -fvisibility=$(DEFAULT_VISIBILITY) -include $(PX4_INCLUDE_DIR)visibi
|
|||||||
#
|
#
|
||||||
module: $(MODULE_OBJ) $(MODULE_COMMAND_FILES)
|
module: $(MODULE_OBJ) $(MODULE_COMMAND_FILES)
|
||||||
|
|
||||||
##
|
#
|
||||||
## Object files we will generate from sources
|
# Object files we will generate from sources
|
||||||
##
|
#
|
||||||
OBJS = $(addsuffix .o,$(SRCS))
|
OBJS = $(addsuffix .o,$(SRCS))
|
||||||
|
|
||||||
|
#
|
||||||
|
# Dependency files that will be auto-generated
|
||||||
|
#
|
||||||
|
DEPS = $(addsuffix .d,$(SRCS))
|
||||||
|
|
||||||
#
|
#
|
||||||
# SRCS -> OBJS rules
|
# SRCS -> OBJS rules
|
||||||
#
|
#
|
||||||
@@ -219,3 +224,5 @@ $(MODULE_OBJ): $(OBJS) $(GLOBAL_DEPS)
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(Q) $(REMOVE) $(MODULE_PRELINK) $(OBJS)
|
$(Q) $(REMOVE) $(MODULE_PRELINK) $(OBJS)
|
||||||
|
|
||||||
|
-include $(DEPS)
|
||||||
|
|||||||
Reference in New Issue
Block a user