rescue.mk doesn't get updated when options change so nvme_util.o is now
missing on architectures were NVME was previously marked BROKEN.
Fixes: 2fda3ab0ac19 WITH_NVME: Remove from broken.
Differential D44826
Fix build with WITH_NVME newly enabled brooks on Apr 17 2024, 11:53 PM. Authored by Tags None Referenced Files
Subscribers None
Details rescue.mk doesn't get updated when options change so nvme_util.o is now Fixes: 2fda3ab0ac19 WITH_NVME: Remove from broken.
Diff Detail
Event TimelineComment Actions This is slightly too big of a hammer in that rescue.mk will also be regenerated if WITHOUT_NVME is set, but if it's on the way out that seems fine. Comment Actions oh! That's the problem... I did a clean build and that's why I didn't see it... Also, maybe we should regenerate it when certain options change... |