mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Moved DOWNLOAD_PROTO_XXX options to config.h
This commit is contained in:
@@ -170,6 +170,26 @@ REQUIRE_OBJECT ( pc_kbd );
|
||||
REQUIRE_OBJECT ( relocate );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in all requested protocols
|
||||
*
|
||||
*/
|
||||
#ifdef DOWNLOAD_PROTO_TFTP
|
||||
REQUIRE_OBJECT ( tftp );
|
||||
#endif
|
||||
#ifdef DOWNLOAD_PROTO_NFS
|
||||
REQUIRE_OBJECT ( nfs );
|
||||
#endif
|
||||
#ifdef DOWNLOAD_PROTO_HTTP
|
||||
REQUIRE_OBJECT ( http );
|
||||
#endif
|
||||
#ifdef DOWNLOAD_PROTO_TFTM
|
||||
REQUIRE_OBJECT ( tftm );
|
||||
#endif
|
||||
#ifdef DOWNLOAD_PROTO_SLAM
|
||||
REQUIRE_OBJECT ( slam );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in any required resolvers
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user