mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-03-29 08:29:52 +00:00
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.