From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- .../Chipset/SystemAgent/Protocol/SaProtocolLib.mak | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ReferenceCode/Chipset/SystemAgent/Protocol/SaProtocolLib.mak (limited to 'ReferenceCode/Chipset/SystemAgent/Protocol/SaProtocolLib.mak') diff --git a/ReferenceCode/Chipset/SystemAgent/Protocol/SaProtocolLib.mak b/ReferenceCode/Chipset/SystemAgent/Protocol/SaProtocolLib.mak new file mode 100644 index 0000000..f858243 --- /dev/null +++ b/ReferenceCode/Chipset/SystemAgent/Protocol/SaProtocolLib.mak @@ -0,0 +1,20 @@ +# MAK file for the ModulePart:IntelSaProtocolLib +all : IntelSaProtocolLib + +$(BUILD_DIR)\IntelSaProtocolLib.lib : IntelSaProtocolLib + +IntelSaProtocolLib : $(BUILD_DIR)\SaProtocolLib.mak IntelSaProtocolLibBin + +$(BUILD_DIR)\SaProtocolLib.mak : $(INTEL_SA_PROTOCOL_LIB_DIR)\$(@B).cif $(INTEL_SA_PROTOCOL_LIB_DIR)\$(@B).mak $(BUILD_RULES) + $(CIF2MAK) $(INTEL_SA_PROTOCOL_LIB_DIR)\$(@B).cif $(CIF2MAK_DEFAULTS) + +IntelSaProtocolLib_INCLUDES =\ + $(EDK_INCLUDES) \ + $(INTEL_MCH_INCLUDES) + +IntelSaProtocolLibBin : + $(MAKE) /$(MAKEFLAGS) $(EDKIIGLUE_DEFAULTS)\ + /f $(BUILD_DIR)\SaProtocolLib.mak all\ + "MY_INCLUDES=$(IntelSaProtocolLib_INCLUDES)" \ + TYPE=LIBRARY \ + LIBRARY_NAME=$(BUILD_DIR)\IntelSaProtocolLib.lib \ No newline at end of file -- cgit v1.2.3