Procházet zdrojové kódy

[build] Remove more obsolete explicit object requirements

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown před 8 roky
rodič
revize
1090839b94
1 změnil soubory, kde provedl 0 přidání a 6 odebrání
  1. 0
    6
      src/hci/commands/image_trust_cmd.c

+ 0
- 6
src/hci/commands/image_trust_cmd.c Zobrazit soubor

@@ -172,9 +172,3 @@ struct command image_trust_commands[] __command = {
172 172
 		.exec = imgverify_exec,
173 173
 	},
174 174
 };
175
-
176
-/* Drag in objects via command list */
177
-REQUIRING_SYMBOL ( image_trust_commands );
178
-
179
-/* Drag in objects typically required for signature verification */
180
-REQUIRE_OBJECT ( der );

Načítá se…
Zrušit
Uložit