summaryrefslogtreecommitdiff
path: root/Board/EM/FIT/Pei/BootGuardTPMPei/BootGuardTPMPei.mak
blob: 0967d28951db1ab1467d19bb2096c0c3022731c9 (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-2013, American Megatrends, Inc.         **
#**                                                                  **
#**                       All Rights Reserved.                       **
#**                                                                  **
#**             6145-F Northbelt Pkwy, Norcross, GA 30071            **
#**                                                                  **
#**                       Phone: (770)-246-8600                      **
#**                                                                  **
#**********************************************************************
#**********************************************************************

#**********************************************************************
#<AMI_FHDR_START>
#
# Name:	BootGuardTPMPei.mak
#
# Description: TPM Initialization Flow for Boot Guard
#
#<AMI_FHDR_END>
#**********************************************************************

TCG_FILE_INCLUDE=\
    /I$(TcgPlatformSetupPeiPolicy_DIR)\
    /I$(TCG_DIR)\
    /I$(AMI_TCG_PLATFORM_PEI_DIR)

AMI_TCG_LIB_OBJECTS = $(AMI_TCG_LIB_OBJECTS) \
$(BUILD)\BootGuardTPMPei.obj

Make_AMITTCG_LIB : $(BUILD_DIR)\BootGuardTPMPei.obj

$(BUILD_DIR)\BootGuardTPMPei.obj : $(BootGuardTPMPei_PATH)\BootGuardTPMPei.c
    $(CC) $(CFLAGS) /I$(PROJECT_DIR) /I$(PROJECT_DIR)\Include $(TCG_FILE_INCLUDE) $(PROJECT_CPU_INCLUDES) /Fo$(BUILD_DIR)\BootGuardTPMPei.obj $(BootGuardTPMPei_PATH)\BootGuardTPMPei.c

#**********************************************************************
#**********************************************************************
#**                                                                  **
#**        (C)Copyright 1985-2013, American Megatrends, Inc.         **
#**                                                                  **
#**                       All Rights Reserved.                       **
#**                                                                  **
#**             6145-F Northbelt Pkwy, Norcross, GA 30071            **
#**                                                                  **
#**                       Phone: (770)-246-8600                      **
#**                                                                  **
#**********************************************************************
#**********************************************************************