global: Make REMAKE_ELF depend on !COMPILE_TEST
authorTom Rini <trini@konsulko.com>
Fri, 3 Oct 2025 20:39:30 +0000 (14:39 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 13 Oct 2025 20:54:32 +0000 (14:54 -0600)
commit6822583672e21dd84eb1c5bc2cbf3fd93f181d95
tree6aced8e41efaa796a33d9ea1b5ebfc8e3b5c5bcb
parentec90518ee679f1353915cd912b9738ba81d1258f
global: Make REMAKE_ELF depend on !COMPILE_TEST

The REMAKE_ELF flag is something that should be selected by the
platforms which need it, and not prompted for. Start by making this
depend on !COMPILE_TEST.

Signed-off-by: Tom Rini <trini@konsulko.com>
Kconfig