diff options
author | Guo Mang <mang.guo@intel.com> | 2016-08-03 11:29:25 +0800 |
---|---|---|
committer | Guo Mang <mang.guo@intel.com> | 2016-08-04 10:32:23 +0800 |
commit | 72ab73edd11f078a9b3d935ce26544ad0f25710b (patch) | |
tree | 3795f50c0648daf2c08991854a934718f9636c15 | |
parent | 63ae3b90ccf7774a50f4652488dbea1b1aac62cb (diff) | |
download | edk2-platforms-72ab73edd11f078a9b3d935ce26544ad0f25710b.tar.xz |
BraswellPlatformPkg: Restructure code in Common/Tools directory
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Guo Mang <mang.guo@intel.com>
Reviewed-by: David Wei <david.wei@intel.com>
-rw-r--r-- | BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.c | 1 | ||||
-rw-r--r-- | BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.h | 1 | ||||
-rw-r--r-- | BraswellPlatformPkg/Common/Tools/GenBiosId/Makefile | 5 |
3 files changed, 4 insertions, 3 deletions
diff --git a/BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.c b/BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.c index 5a99230eeb..740bdfbefa 100644 --- a/BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.c +++ b/BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.c @@ -415,3 +415,4 @@ FillTimeStamp ( ConvertToUnicode (StrTime, StrTimeStampUnicode);
}
+
diff --git a/BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.h b/BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.h index 1605e99dd2..7aa7483e1a 100644 --- a/BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.h +++ b/BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.h @@ -145,3 +145,4 @@ FillTimeStamp ( );
#endif // _GEN_BIOS_ID_MPG_
+
diff --git a/BraswellPlatformPkg/Common/Tools/GenBiosId/Makefile b/BraswellPlatformPkg/Common/Tools/GenBiosId/Makefile index d7cadc7f3e..11c80d6270 100644 --- a/BraswellPlatformPkg/Common/Tools/GenBiosId/Makefile +++ b/BraswellPlatformPkg/Common/Tools/GenBiosId/Makefile @@ -1,6 +1,6 @@ #/** @file
# makefile for building the GenBiosId utility.
-#
+#
# Copyright (c) 1999 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
@@ -10,7 +10,7 @@ #
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-#
+#
#**/
!INCLUDE ..\Makefiles\ms.common
@@ -21,4 +21,3 @@ OBJECTS = GenBiosId.obj !INCLUDE ..\Makefiles\ms.app
-
|