diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /Core/EM/PlatformToDriver/PlatformToDriver.mak | |
download | zprj-master.tar.xz |
Diffstat (limited to 'Core/EM/PlatformToDriver/PlatformToDriver.mak')
-rw-r--r-- | Core/EM/PlatformToDriver/PlatformToDriver.mak | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/Core/EM/PlatformToDriver/PlatformToDriver.mak b/Core/EM/PlatformToDriver/PlatformToDriver.mak new file mode 100644 index 0000000..36f1142 --- /dev/null +++ b/Core/EM/PlatformToDriver/PlatformToDriver.mak @@ -0,0 +1,58 @@ +#********************************************************************** +#********************************************************************** +#** ** +#** (C)Copyright 1985-2011, American Megatrends, Inc. ** +#** ** +#** All Rights Reserved. ** +#** ** +#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +#** ** +#** Phone: (770)-246-8600 ** +#** ** +#********************************************************************** +#********************************************************************** + +#********************************************************************** +# $Header: /Alaska/BIN/Core/Modules/PlatformToDriverConfiguration/PlatformToDriver.mak 1 5/02/11 5:30p Artems $ +# +# $Revision: 1 $ +# +# $Date: 5/02/11 5:30p $ +#********************************************************************** +# Revision History +# ---------------- +# $Log: /Alaska/BIN/Core/Modules/PlatformToDriverConfiguration/PlatformToDriver.mak $ +# +# 1 5/02/11 5:30p Artems +# Platform-to-Driver confuguration protocol supporting infrastructure +# +#********************************************************************** +#<AMI_FHDR_START> +# +# Name: PlatformToDriver.mak +# +# Description: Make file to create PlatformToDriver configuration Driver +# +#<AMI_FHDR_END> +#********************************************************************** + +CORE_DXEBin : $(BUILD_DIR)\PlatformToDriver.obj + +$(BUILD_DIR)\PlatformToDriver.obj : $(PlatformToDriver_DIR)\PlatformToDriver.c + +{$(PlatformToDriver_DIR)}.c{$(BUILD_DIR)}.obj:: + $(CC) $(CFLAGS) /D \"PlatformToDriverAgentList=$(PlatformToDriverAgents)\" /Fo$(BUILD_DIR)\ $< + +#********************************************************************** +#********************************************************************** +#** ** +#** (C)Copyright 1985-2011, American Megatrends, Inc. ** +#** ** +#** All Rights Reserved. ** +#** ** +#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +#** ** +#** Phone: (770)-246-8600 ** +#** ** +#********************************************************************** +#********************************************************************** |