Files
proxmark3/common_arm
Sujit Konapur 0577f6f321 fix: use strip() when comparing PLATFORM_DEFS to avoid spurious rebuilds
PLATFORM_DEFS is built with += on an initially empty variable, which
produces a leading space in GNU make. The cached value written to
.Makefile.options.cache has no leading space, so the ifneq comparison
always evaluates to true, causing PLATFORM_CHANGED=true on every
invocation and triggering a clean of bootrom/armsrc/recovery after
every build.
2026-03-09 23:26:45 -07:00
..
2022-01-08 00:40:52 +01:00
2022-01-08 00:40:52 +01:00
2022-01-08 01:12:37 +01:00
2024-11-15 19:28:36 +01:00