summaryrefslogtreecommitdiff
path: root/ReferenceCode/Chipset/SystemAgent/Library/SaPcieLib/Smm/SaPcieSmmLib.mak
blob: 4d18c76f41da706401a798d4b2c29617c339bb19 (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
#*************************************************************************
#*************************************************************************
#**                                                                     **
#**        (C)Copyright 1985-2011, American Megatrends, Inc.            **
#**                                                                     **
#**                       All Rights Reserved.                          **
#**                                                                     **
#**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093           **
#**                                                                     **
#**                       Phone: (770)-246-8600                         **
#**                                                                     **
#*************************************************************************
#*************************************************************************

#---------------------------------------------------------------------------
#   Create SaPcieSmmLib Driver
#---------------------------------------------------------------------------

# MAK file for the ModulePart:SaPcieSmmLib
EDK : SaPcieSmmLib

SaPcieSmmLib : $(BUILD_DIR)\SaPcieSmmLib.mak SaPcieSmmLibBin

$(BUILD_DIR)\SaPcieSmmLib.mak : $(SaPcieSmmLib_DIR)\$(@B).cif $(SaPcieSmmLib_DIR)\$(@B).mak $(BUILD_RULES)
	$(CIF2MAK) $(SaPcieSmmLib_DIR)\$(@B).cif $(CIF2MAK_DEFAULTS)

$(SaPcieSmmLib_LIB) : SaPcieSmmLib

SaPcieSmmLib_DEFINES = \
            $(CFLAGS) \
    
SaPcieSmmLibBin: $(SaPcieLib_LIB)
	    $(MAKE) /$(MAKEFLAGS) $(EDK_DEFAULTS) \
            /f $(BUILD_DIR)\SaPcieSmmLib.mak all \
            "CFLAGS=$(SaPcieSmmLib_DEFINES)"\
            TYPE=LIBRARY LIBRARIES= \
            LIBRARY_NAME=$(SaPcieSmmLib_LIB)
#*************************************************************************
#*************************************************************************
#**                                                                     **
#**        (C)Copyright 1985-2011, American Megatrends, Inc.            **
#**                                                                     **
#**                       All Rights Reserved.                          **
#**                                                                     **
#**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093           **
#**                                                                     **
#**                       Phone: (770)-246-8600                         **
#**                                                                     **
#*************************************************************************
#*************************************************************************