diff options
Diffstat (limited to 'BaseTools/Source/C/GenFfs/Makefile')
| -rw-r--r-- | BaseTools/Source/C/GenFfs/Makefile | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/BaseTools/Source/C/GenFfs/Makefile b/BaseTools/Source/C/GenFfs/Makefile index 8a51b9457e..1f8052415c 100644 --- a/BaseTools/Source/C/GenFfs/Makefile +++ b/BaseTools/Source/C/GenFfs/Makefile @@ -1,16 +1,16 @@ -## @file
-# Windows makefile for 'GenFfs' module build.
-#
-# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
-# SPDX-License-Identifier: BSD-2-Clause-Patent
-#
-!INCLUDE ..\Makefiles\ms.common
-
-APPNAME = GenFfs
-
-LIBS = $(LIB_PATH)\Common.lib
-
-OBJECTS = GenFfs.obj
-
-!INCLUDE ..\Makefiles\ms.app
-
+## @file +# Windows makefile for 'GenFfs' module build. +# +# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR> +# SPDX-License-Identifier: BSD-2-Clause-Patent +# +!INCLUDE ..\Makefiles\ms.common + +APPNAME = GenFfs + +LIBS = $(LIB_PATH)\Common.lib + +OBJECTS = GenFfs.obj + +!INCLUDE ..\Makefiles\ms.app + |
