mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[build] Remove more obsolete explicit object requirements
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -172,9 +172,3 @@ struct command image_trust_commands[] __command = {
|
|||||||
.exec = imgverify_exec,
|
.exec = imgverify_exec,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Drag in objects via command list */
|
|
||||||
REQUIRING_SYMBOL ( image_trust_commands );
|
|
||||||
|
|
||||||
/* Drag in objects typically required for signature verification */
|
|
||||||
REQUIRE_OBJECT ( der );
|
|
||||||
|
|||||||
Reference in New Issue
Block a user