summaryrefslogtreecommitdiff
path: root/Chipset/SB/Smm2/SmmChildDispatcher2.mak
blob: 18e5cd76db7faf0c1fc16410c64e217448cdc69f (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# MAK file for the ModulePart:SmmChildDispatcher II
#*************************************************************************
#*************************************************************************
#**                                                                     **
#**        (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/SmmChildDispatcher2/SmmChildDispatcher2.mak 2     4/25/12 9:32a Victortu $
#
# $Revision: 2 $
#
# $Date: 4/25/12 9:32a $
#*************************************************************************
# Revision History
# ----------------
# $Log: /Alaska/BIN/Chipset/Intel/SouthBridge/LynxPoint/Intel Pch SB Chipset/SmmChildDispatcher2/SmmChildDispatcher2.mak $
# 
# 2     4/25/12 9:32a Victortu
# [TAG]         None
# [Category]    Improvement
# [Description] Reprogram SMM ChildDispatcher drivers.
# [Files]       SmiHandlerGeneric.c; SmiHandlerPorting.c;
# SmiHandlerGeneric2.c; SmmChildDispatch2Main.c; SmmChildDispatcher2.mak;
# SmmChildDispatcher2.sdl; SmmChildDispatch.h; SmmChildDispatchMain.c;
# SmmChildDispatchProtocol.c; SmmChildDispatcher.dxs;
# PchSmiDispatcher.sdl
# 
# 1     2/08/12 8:28a Yurenlai
# Intel Lynx Point/SB eChipset initially releases.
#
#*************************************************************************
#<AMI_FHDR_START>
#
# Name:         SmmChildDispatcher2.mak
#
# Description:  Make file for the SMM Child Dispatcher II driver.
#
#<AMI_FHDR_END>
#*************************************************************************
!IFNDEF BACKWARD_COMPATIBLE_MODE
BACKWARD_COMPATIBLE_MODE = 1
!ENDIF

all : SmmChildDispatcher2

SmmChildDispatcher2 : $(BUILD_DIR)\SmmChildDispatcher2.mak SmmChildDispatcher2Bin

$(BUILD_DIR)\SmmChildDispatcher2.mak : $(SMM_CHILD_DISP2_DIR)\SmmChildDispatcher2.cif $(SMM_CHILD_DISP2_DIR)\$(@B).mak $(BUILD_RULES)
    $(CIF2MAK) $(SMM_CHILD_DISP2_DIR)\SmmChildDispatcher2.cif $(CIF2MAK_DEFAULTS)

SmmChildDispatcher2Bin : $(AMICSPLib) $(AMIDXELIB)
    $(MAKE) /$(MAKEFLAGS) $(BUILD_DEFAULTS)\
        /f $(BUILD_DIR)\SmmChildDispatcher2.mak all\
        "CFLAGS=$(CFLAGS) /I$(SB_BOARD_DIR)"\
        GUID=E53734A3-E594-4c25-B1A2-081445650F7F\
        ENTRY_POINT=SmmChildDispatch2EntryPoint\
        TYPE=DXESMM_DRIVER \
        DEPEX1=$(SMM_CHILD_DISP2_DIR)\SmmChildDispatcher2.dxs \
        DEPEX1_TYPE=EFI_SECTION_SMM_DEPEX \
        DEPEX2=$(SMM_CHILD_DISP2_DIR)\SmmChildDispatcher2.dxs \
        DEPEX2_TYPE=EFI_SECTION_DXE_DEPEX \
        COMPRESS=1

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