mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 13:11:11 +03:00
[build] Include version number within only a single object file
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -91,9 +91,6 @@ static uint8_t dhcp_request_options_data[] = {
|
||||
DHCP_END
|
||||
};
|
||||
|
||||
/** Version number feature */
|
||||
FEATURE_VERSION ( VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH );
|
||||
|
||||
/** DHCP server address setting */
|
||||
struct setting dhcp_server_setting __setting ( SETTING_MISC ) = {
|
||||
.name = "dhcp-server",
|
||||
|
||||
Reference in New Issue
Block a user