summaryrefslogtreecommitdiff
path: root/BraswellPlatformPkg/Common/Tools/GenBiosId/Makefile
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-08-03 11:26:38 +0800
committerGuo Mang <mang.guo@intel.com>2016-08-04 10:32:17 +0800
commit63ae3b90ccf7774a50f4652488dbea1b1aac62cb (patch)
tree411f6e0b33f096681dc05104bd97b373c3cff8d8 /BraswellPlatformPkg/Common/Tools/GenBiosId/Makefile
parent6c668ef342e644c0a5095503810596cf94abd5bf (diff)
downloadedk2-platforms-63ae3b90ccf7774a50f4652488dbea1b1aac62cb.tar.xz
BraswellPlatformPkg: Move Tools to Common/Tools
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com> Reviewed-by: David Wei <david.wei@intel.com>
Diffstat (limited to 'BraswellPlatformPkg/Common/Tools/GenBiosId/Makefile')
-rw-r--r--BraswellPlatformPkg/Common/Tools/GenBiosId/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/BraswellPlatformPkg/Common/Tools/GenBiosId/Makefile b/BraswellPlatformPkg/Common/Tools/GenBiosId/Makefile
new file mode 100644
index 0000000000..d7cadc7f3e
--- /dev/null
+++ b/BraswellPlatformPkg/Common/Tools/GenBiosId/Makefile
@@ -0,0 +1,24 @@
+#/** @file
+# makefile for building the GenBiosId utility.
+#
+# Copyright (c) 1999 - 2015, Intel Corporation. All rights reserved.<BR>
+#
+# This program and the accompanying materials
+# are licensed and made available under the terms and conditions of the BSD License
+# which accompanies this distribution. The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php.
+#
+# 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
+
+APPNAME = GenBiosId
+
+OBJECTS = GenBiosId.obj
+
+!INCLUDE ..\Makefiles\ms.app
+
+