Multi-Build, even when not selected?

Hi,

A bit confused, I am only trying to build one image, so in my .config file,

CONFIG_TARGET_brcm47xx_mips74k_DEVICE_netgear-wndr3700-v3=y
CONFIG_TARGET_PROFILE="DEVICE_netgear-wndr3700-v3"

And I made sure, in my .config file,
# CONFIG_TARGET_MULTI_PROFILE is not set

I can see it building the "standard" files, and of course then my target ... but why a whole bunch of other targets (.trx, .bin and .chk files)? Seems like a bit of a bug, no?

Thanks!

I think legacy device targets for brcm47xx all get generated for brcm47xx builds all the time...not 100% sure if that's the issue here.

That may be it! It's not a huge issue, but I have a whole bunch of files sitting around that aren't needed / wanted. Confusing and messy, and easy to select the wrong file then when upgrading.

Thanks!