summaryrefslogtreecommitdiff
path: root/Core/EM/Nvme/NvmeInt13/NvmeInt13.mak
blob: 54c9372f128c9bec69a0e099d1f908c00adbb2f1 (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
#**********************************************************************
#**********************************************************************
#**                                                                  **
#**        (C)Copyright 1985-2014, American Megatrends, Inc.         **
#**                                                                  **
#**                       All Rights Reserved.                       **
#**                                                                  **
#**             5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093    **
#**                                                                  **
#**                       Phone: (770)-246-8600                      **
#**                                                                  **
#**********************************************************************
#**********************************************************************
#**********************************************************************
# $Header: /Alaska/SOURCE/Modules/NVMe/NvmeInt13/NvmeInt13.mak 1     9/04/14 7:56a Anandakrishnanl $
#
# $Revision: 1 $
#
# $Date: 9/04/14 7:56a $
#**********************************************************************
# Revision History
# ----------------
# $Log: /Alaska/SOURCE/Modules/NVMe/NvmeInt13/NvmeInt13.mak $
# 
# 1     9/04/14 7:56a Anandakrishnanl
# [TAG]  		EIP180861
# [Category]  	Improvement
# [Description]  	Legacy Boot support in Aptio 4.x Nvme driver
# [Files]  		NvmeInt13.cif
# NvmeInt13.c
# NvmeInt13.h
# NvmeInt13.sdl
# NvmeInt13.mak
# NvmeInt13.inf
# NvmeInt13.dxs
#
#**********************************************************************
#**********************************************************************
#<AMI_FHDR_START>
#
# Name:         NvmeInt13.mak
#
# Description:  Make file for NvmeInt13
#
#<AMI_FHDR_END>
#**********************************************************************

all: NVMEINT13 

$(BUILD_DIR)\NvmeInt13.mak: $(NVME_INT13_DIR)\NvmeInt13.cif $(NVME_INT13_DIR)\$(@B).mak $(BUILD_RULES)
	$(CIF2MAK) $(CIF2MAK_DEFAULTS) $(NVME_INT13_DIR)\NvmeInt13.cif 

NVMEINT13: $(BUILD_DIR)\NvmeInt13.mak NVMEINT13BIN

NVME_INT13_INCLUDES=\
        /I$(NVME_DIR)\

NVME_OBJECTS = \
$(BUILD_DIR)\$(NVME_INT13_DIR)\NvmeInt13.obj \

NVMEINT13BIN: $(AMIDXELIB)
	$(MAKE) /$(MAKEFLAGS) $(BUILD_DEFAULTS)\
		/f $(BUILD_DIR)\NvmeInt13.mak all\
		GUID=C9A6DE36-FDFF-4FAF-8343-85D9E3470F43\
		"OBJECTS=$(NVME_OBJECTS)"\
        "MY_INCLUDES=$(NVME_INT13_INCLUDES)"\
		ENTRY_POINT=NvmeInt13EntryPoint\
		TYPE=BS_DRIVER\
		COMPRESS=1\
		DEPEX1=$(NVME_INT13_DIR)\NvmeInt13.dxs \

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