]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Remove more obsolete explicit object requirements
authorMichael Brown <mcb30@ipxe.org>
Fri, 29 Jul 2016 14:56:10 +0000 (15:56 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 29 Jul 2016 14:56:10 +0000 (15:56 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/hci/commands/image_trust_cmd.c

index d9d37d1d66f1e5ae5b42dec1a1d849c00f91e43b..b34378f93a8baa9bc24646184f980c4004b18dce 100644 (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 );