[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

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 );