Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[build] Remove more obsolete explicit object requirements
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Jul 29, 2016
1 parent 942b798 commit 1090839
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/hci/commands/image_trust_cmd.c
Expand Up @@ -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 );

0 comments on commit 1090839

Please sign in to comment.