Skip to content

Commit

Permalink
Host TCP/IP driver cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
frehwagen committed Mar 20, 2024
1 parent 8e90e90 commit 4469d55
Show file tree
Hide file tree
Showing 10 changed files with 196 additions and 1,232 deletions.
302 changes: 0 additions & 302 deletions Driver/Socket/HstTCPIP/dhcpConstant.def

This file was deleted.

1 change: 1 addition & 0 deletions Driver/Socket/HstTCPIP/hsttcpip.gp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ library netutils
library socket #noload
library ansic
library accpnt
library hostif

# Allow static linkage for the resolver library.
ifdef STATIC_LINK_RESOLVER
Expand Down
2 changes: 1 addition & 1 deletion Driver/Socket/HstTCPIP/hsttcpipManager.asm
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ UseLib sac.def
UseLib Internal/netutils.def
UseLib Internal/socketInt.def
UseLib resolver.def
UseLib hostif.def

;---------------------------------------------------------------------------
; Driver Declaration
Expand All @@ -90,7 +91,6 @@ DefDriver Internal/ip.def
include tcpip.def
include tcpipGlobal.def
include tcpipAddrCtrl.def
include dhcpConstant.def

;---------------------------------------------------------------------------
; Compiled UI definitions
Expand Down
Loading

0 comments on commit 4469d55

Please sign in to comment.