mirror of https://github.com/ipxe/ipxe.git
[build] Remove more obsolete explicit object requirements
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/56/head
parent
942b798c8d
commit
1090839b94
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue