summaryrefslogtreecommitdiff
path: root/Core/EM/RestoreSpecialBootOptions/RestoreSpecialBootOptions.mak
blob: c0a560ee5feac93a8c0a0d5353a746fbacd4e61b (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
#**********************************************************************
#**********************************************************************
#**                                                                  **
#**        (C)Copyright 1985-2013, American Megatrends, Inc.         **
#**                                                                  **
#**                       All Rights Reserved.                       **
#**                                                                  **
#**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093        **
#**                                                                  **
#**                       Phone: (770)-246-8600                      **
#**                                                                  **
#**********************************************************************
#**********************************************************************

#**********************************************************************
# $Header: /Alaska/BIN/Modules/BootOptionPolicies/RestoreSpecialBootOptions/RestoreSpecialBootOptions.mak 2     7/12/13 12:42a Dukeyeh $
#
# $Revision: 2 $
#
# $Date: 7/12/13 12:42a $
#**********************************************************************
# Revision History
# ----------------
# $Log: /Alaska/BIN/Modules/BootOptionPolicies/RestoreSpecialBootOptions/RestoreSpecialBootOptions.mak $
# 
# 2     7/12/13 12:42a Dukeyeh
# [TAG]  		EIP127111
# [Category]  	New Feature
# [Description]  	Initial Release.
# [Files]  		RestoreSpecialBootOptions.mak
# 
#**********************************************************************
#**********************************************************************
#<AMI_FHDR_START>
#
# Name:	RestoerSpecialBootOptions.mak
#
# Description: Makefile for the RestoreSpecialBootOptions component. 
#
#<AMI_FHDR_END>
#**********************************************************************

CORE_DXEBin : $(BUILD_DIR)\RestoreSpecialBootOptions.obj 

OBJ_DEPENDENCIES = \
	$(RestoreSpecialBootOptions_DIR)\RestoreSpecialBootOptions.c\
	$(BUILD_DIR)\RestoreSpecialBootOptions.h
	
$(BUILD_DIR)\RestoreSpecialBootOptions.obj : $(OBJ_DEPENDENCIES)
    $(CC) $(CFLAGS) /Fo$(BUILD_DIR)\ $(RestoreSpecialBootOptions_DIR)\RestoreSpecialBootOptions.c

H_DEPENDENCIES = \
	$(BUILD_DIR)\Token.h\
	$(RestoreSpecialBootOptions_DIR)\RestoreSpecialBootOptions.mak

$(BUILD_DIR)\RestoreSpecialBootOptions.h : $(H_DEPENDENCIES)
    	$(SILENT)type << >$(BUILD_DIR)\RestoreSpecialBootOptions.h
#define RESTORED_BOOT_OPTION_NAMES $(RESTORED_BOOT_OPTION_NAMES)
<<

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