david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[build] Remove more obsolete explicit object requirements

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2016-07-29 15:56:10 +01:00
parent 942b798c8d
commit 1090839b94
1 changed files with 0 additions and 6 deletions

View File

@ -172,9 +172,3 @@ struct command image_trust_commands[] __command = {
.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 );