component.mk
1 # 2 #Component Makefile 3 # 4 5 COMPONENT_SRCDIRS := . 6 7 #CXXFLAGS += -H 8 9 COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
1 # 2 #Component Makefile 3 # 4 5 COMPONENT_SRCDIRS := . 6 7 #CXXFLAGS += -H 8 9 COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive