summaryrefslogtreecommitdiff
path: root/Core/EM/UEfiNetworkStack/Common/Snp/Snp.mak
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/UEfiNetworkStack/Common/Snp/Snp.mak')
-rw-r--r--Core/EM/UEfiNetworkStack/Common/Snp/Snp.mak59
1 files changed, 59 insertions, 0 deletions
diff --git a/Core/EM/UEfiNetworkStack/Common/Snp/Snp.mak b/Core/EM/UEfiNetworkStack/Common/Snp/Snp.mak
new file mode 100644
index 0000000..dbd4bde
--- /dev/null
+++ b/Core/EM/UEfiNetworkStack/Common/Snp/Snp.mak
@@ -0,0 +1,59 @@
+#//**********************************************************************
+#//**********************************************************************
+#//** **
+#//** (C)Copyright 1985-2008, American Megatrends, Inc. **
+#//** **
+#//** All Rights Reserved. **
+#//** **
+#//** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 **
+#//** **
+#//** Phone: (770)-246-8600 **
+#//** **
+#//**********************************************************************
+#//**********************************************************************
+
+#**********************************************************************
+# $Header: /Alaska/BIN/Modules/Network/UEFINetworkStack II/Common/Snp/Snp.mak 2 5/01/12 9:40a Hari $
+#
+# Revision: $
+#
+# $Date: 5/01/12 9:40a $
+#**********************************************************************
+# Revision History
+# ----------------
+#
+#**********************************************************************
+#<AMI_FHDR_START>
+#
+# Name: Snp.mak
+#
+# Description:
+#
+#<AMI_FHDR_END>
+#**********************************************************************
+all : Snp
+
+Snp : $(BUILD_DIR)\Snp.ffs
+
+!IF "$(x64_BUILD)"=="1"
+$(BUILD_DIR)\Snp.ffs : $(Snp_DIR)\SnpDxe.efi
+!ELSE
+$(BUILD_DIR)\Snp.ffs : $(Snp_DIR)\SnpDxeIa32.efi
+!ENDIF
+ $(MAKE) /f Core\FFS.mak \
+ BUILD_DIR=$(BUILD_DIR) \
+ GUID=3DD7A87B-D5BD-44af-986F-2E13DB5D274C\
+ TYPE=EFI_FV_FILETYPE_DRIVER \
+ PEFILE=$** FFSFILE=$@ COMPRESS=1 NAME=$(**B)
+#**********************************************************************
+#** **
+#** (C)Copyright 1985-2004, American Megatrends, Inc. **
+#** **
+#** All Rights Reserved. **
+#** **
+#** 6145-F Northbelt Pkwy, Norcross, GA 30071 **
+#** **
+#** Phone: (770)-246-8600 **
+#** **
+#**********************************************************************
+#********************************************************************** \ No newline at end of file