diff options
| author | Michael Brown | 2012-11-02 15:46:39 +0100 |
|---|---|---|
| committer | Michael Brown | 2012-11-02 15:46:39 +0100 |
| commit | 4867085c0cd334004e8d67dff7bd53996f23ade6 (patch) | |
| tree | 31f92c7844273c3b495c105a4c24d98dc54917ac /src/net/udp | |
| parent | [build] Inhibit .eh_frame on newer gcc versions (diff) | |
| download | ipxe-4867085c0cd334004e8d67dff7bd53996f23ade6.tar.gz ipxe-4867085c0cd334004e8d67dff7bd53996f23ade6.tar.xz ipxe-4867085c0cd334004e8d67dff7bd53996f23ade6.zip | |
[build] Include version number within only a single object file
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/net/udp')
| -rw-r--r-- | src/net/udp/dhcp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/udp/dhcp.c b/src/net/udp/dhcp.c index e652503dc..e63c3e422 100644 --- a/src/net/udp/dhcp.c +++ b/src/net/udp/dhcp.c @@ -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", |
