From 72ab73edd11f078a9b3d935ce26544ad0f25710b Mon Sep 17 00:00:00 2001 From: Guo Mang Date: Wed, 3 Aug 2016 11:29:25 +0800 Subject: BraswellPlatformPkg: Restructure code in Common/Tools directory Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang Reviewed-by: David Wei --- BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.c | 1 + BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.h | 1 + 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.
# # 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 - -- cgit v1.2.3