diff options
Diffstat (limited to 'circuitpython/lib/sdmmc/test/component.mk')
-rw-r--r-- | circuitpython/lib/sdmmc/test/component.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/circuitpython/lib/sdmmc/test/component.mk b/circuitpython/lib/sdmmc/test/component.mk new file mode 100644 index 0000000..ce464a2 --- /dev/null +++ b/circuitpython/lib/sdmmc/test/component.mk @@ -0,0 +1 @@ +COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive |