2018-10-25 20:31:35 +08:00
|
|
|
# This is the minimal test component makefile.
|
|
|
|
|
#
|
|
|
|
|
# The following line is needed to force the linker to include all the object
|
|
|
|
|
# files into the application, even if the functions in these object files
|
|
|
|
|
# are not referenced from outside (which is usually the case for unit tests).
|
2020-11-10 18:40:01 +11:00
|
|
|
#
|
2018-10-25 20:31:35 +08:00
|
|
|
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|