diff options
Diffstat (limited to 'NetworkPkg')
-rw-r--r-- | NetworkPkg/Network.dsc.inc | 2 | ||||
-rw-r--r-- | NetworkPkg/NetworkFixedPcds.dsc.inc (renamed from NetworkPkg/NetworkPcds.dsc.inc) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/NetworkPkg/Network.dsc.inc b/NetworkPkg/Network.dsc.inc index 42420866b7..89db8b7d03 100644 --- a/NetworkPkg/Network.dsc.inc +++ b/NetworkPkg/Network.dsc.inc @@ -26,7 +26,7 @@ !endif
[PcdsFixedAtBuild]
-!include NetworkPkg/NetworkPcds.dsc.inc
+!include NetworkPkg/NetworkFixedPcds.dsc.inc
[PcdsDynamicDefault]
!include NetworkPkg/NetworkDynamicPcds.dsc.inc
diff --git a/NetworkPkg/NetworkPcds.dsc.inc b/NetworkPkg/NetworkFixedPcds.dsc.inc index c6299ad6ed..08c8e32de8 100644 --- a/NetworkPkg/NetworkPcds.dsc.inc +++ b/NetworkPkg/NetworkFixedPcds.dsc.inc @@ -1,8 +1,8 @@ ## @file
-# Network DSC include file for [Pcds*] section of all Architectures.
+# Network DSC include file for [PcdsFixed*] section of all Architectures.
#
-# This file can be included to the [Pcds*] section(s) of a platform DSC file
-# by using "!include NetworkPkg/NetworkPcds.dsc.inc" to specify PCD settings
+# This file can be included to the [PcdsFixed*] section(s) of a platform DSC file
+# by using "!include NetworkPkg/NetworkFixedPcds.dsc.inc" to specify PCD settings
# according to the value of flags described in "NetworkDefines.dsc.inc".
#
# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
|