summaryrefslogtreecommitdiff
path: root/Chipset/SB/PchWrap/WdtApp/Pei/WdtAppPei.mak
blob: c6f3127afe85c0207ea408aec91fbb33ef92a681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#*************************************************************************
#*************************************************************************
#**                                                                     **
#**        (C)Copyright 1985-2011, American Megatrends, Inc.            **
#**                                                                     **
#**                       All Rights Reserved.                          **
#**                                                                     **
#**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093           **
#**                                                                     **
#**                       Phone: (770)-246-8600                         **
#**                                                                     **
#*************************************************************************
#*************************************************************************

#*************************************************************************
# $Header: /Alaska/BIN/Chipset/Intel/SouthBridge/LynxPoint/Intel Pch SB Chipset/PchWrap/WdtApp/WdtAppPei/WdtAppPei.mak 1     2/08/12 8:34a Yurenlai $
#
# $Revision: 1 $
#
# $Date: 2/08/12 8:34a $
#*************************************************************************
# Revision History
# ----------------
# $Log: /Alaska/BIN/Chipset/Intel/SouthBridge/LynxPoint/Intel Pch SB Chipset/PchWrap/WdtApp/WdtAppPei/WdtAppPei.mak $
# 
# 1     2/08/12 8:34a Yurenlai
# Intel Lynx Point/SB eChipset initially releases.
#
#*************************************************************************
all : WdtAppPei

$(BUILD_DIR)\WdtAppPei.mak : $(WdtAppPei_DIR)\$(@B).cif $(BUILD_RULES)
  $(CIF2MAK) $(WdtAppPei_DIR)\$(@B).cif $(CIF2MAK_DEFAULTS)

WdtAppPei : $(BUILD_DIR)\WdtAppPei.mak WdtAppPeiBin

WdtAppPei_INCLUDES=\
	$(INTEL_PCH_INCLUDES)\
	$(WDT_APP_INCLUDES)\

WdtAppPeiBin : $(AMIPEILIB) $(AMICSPLib)
	$(MAKE) /$(MAKEFLAGS) $(BUILD_DEFAULTS) \
		/f $(BUILD_DIR)\WdtAppPei.mak all \
		"MY_INCLUDES = $(WdtAppPei_INCLUDES)" \
		NAME=WdtAppPei\
		MAKEFILE=$(BUILD_DIR)\WdtAppPei.mak \
		GUID=0F69F6D7-0E4B-43a6-BFC2-6871694369B0 \
		ENTRY_POINT=WdtAppPeiEntryPoint \
		TYPE=PEIM \
		DEPEX1=$(WdtAppPei_DIR)\WdtAppPei.dxs \
		DEPEX1_TYPE=EFI_SECTION_PEI_DEPEX \
		COMPRESS=0

#*************************************************************************
#*************************************************************************
#**                                                                     **
#**        (C)Copyright 1985-2011, American Megatrends, Inc.            **
#**                                                                     **
#**                       All Rights Reserved.                          **
#**                                                                     **
#**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093           **
#**                                                                     **
#**                       Phone: (770)-246-8600                         **
#**                                                                     **
#*************************************************************************
#*************************************************************************