BayTrail/AmiChipsetModulePkg/Nb.mak
2018-06-21 15:06:56 +08:00

51 lines
2.4 KiB
Makefile

#**********************************************************************
#**********************************************************************
#** **
#** (C)Copyright 1985-2012, American Megatrends, Inc. **
#** **
#** All Rights Reserved. **
#** **
#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
#** **
#** Phone: (770)-246-8600 **
#** **
#**********************************************************************
#**********************************************************************
#**********************************************************************
# $Header: $
#
# $Revision: $
#
# $Date: $
#**********************************************************************
#<AMI_FHDR_START>
#
# Name: Nb.mak
#
# Description: This make file builds north bridge SEC,PEI & DXE
# components and link them to respective binary
#
#<AMI_FHDR_END>
#**********************************************************************
Prepare :
AMI_CSP_LIB_INCLUDE_FILES := \
$(SB_INCLUDE_DIR)$(PATH_SLASH)Nb.h \
$(SB_LIBRARY_INCLUDE_DIR)$(PATH_SLASH)NbCspLib.h \
$(AMI_CSP_LIB_INCLUDE_FILES)
#**********************************************************************
#**********************************************************************
#** **
#** (C)Copyright 1985-2012, American Megatrends, Inc. **
#** **
#** All Rights Reserved. **
#** **
#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
#** **
#** Phone: (770)-246-8600 **
#** **
#**********************************************************************
#**********************************************************************