summaryrefslogtreecommitdiff
path: root/Board/EM/Pfat/HandlePfatLegacy/HandlePfatLegacy.mak
blob: 73db81608de7a520b4c43a8b7ca4af314b28abe6 (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
#**********************************************************************
#**********************************************************************
#**                                                                  **
#**        (C)Copyright 1985-2012, American Megatrends, Inc.         **
#**                                                                  **
#**                       All Rights Reserved.                       **
#**                                                                  **
#**     5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093            **
#**                                                                  **
#**                       Phone: (770)-246-8600                      **
#**                                                                  **
#**********************************************************************
#**********************************************************************
# $Header: /Alaska/SOURCE/Modules/SharkBayRefCodes/IntelPfat/Pfatflashlib/HandlePfatLegacy/HandlePfatLegacy.mak 1     11/02/12 8:23p Fredericko $
#
# $Revision: 1 $
#
# $Date: 11/02/12 8:23p $
#
# $Log: /Alaska/SOURCE/Modules/SharkBayRefCodes/IntelPfat/Pfatflashlib/HandlePfatLegacy/HandlePfatLegacy.mak $
# 
# 1     11/02/12 8:23p Fredericko
# [TAG]  		EIP105153
# [Files]  		HandlePfatLegacy.cif
# HandlePfatLegacy.sdl
# HandlePfatLegacy.mak
# HandlePfatLegacy.c
# 
# 
#**********************************************************************
#<AMI_FHDR_START>
#
# Name:	HandlePfatLegacy.mak
#
# Description:	Make file for HandlePfatLegacy
#
#<AMI_FHDR_END>
#**********************************************************************
all : HandlePfatLegacy

HandlePfatLegacy : $(BUILD_DIR)\HandlePfatLegacy.mak HandlePfatLegacyBin

#---------------------------------------------------------------------------
#			
#---------------------------------------------------------------------------
$(BUILD_DIR)\HandlePfatLegacy.mak : $(HandlePfatLegacy_DIR)\$(@B).cif $(HandlePfatLegacy_DIR)\$(@B).mak $(BUILD_RULES)
    $(CIF2MAK) $(HandlePfatLegacy_DIR)\$(@B).cif $(CIF2MAK_DEFAULTS)

#---------------------------------------------------------------------------
#			
#---------------------------------------------------------------------------
HandlePfatLegacyBin :  $(AMIDXELIB) 
                $(MAKE) /$(MAKEFLAGS) $(BUILD_DEFAULTS)\
                /f $(BUILD_DIR)\HandlePfatLegacy.mak all\
                GUID=767BECBC-7E71-4c1e-B9BD-89193022E64E\
        		ENTRY_POINT=HandlePfatLegacyBoot\
                TYPE=BS_DRIVER \
		        COMPRESS=1\
#-----------------------------------------------------------------------
#**********************************************************************
#**                                                                  **
#**        (C)Copyright 1985-2012, American Megatrends, Inc.         **
#**                                                                  **
#**                       All Rights Reserved.                       **
#**                                                                  **
#**     5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093            **
#**                                                                  **
#**                       Phone: (770)-246-8600                      **
#**                                                                  **
#**********************************************************************
#**********************************************************************