BayTrail/AaeonIoPkg/IT8625/IT8625.mak
2022-09-02 09:03:16 +08:00

58 lines
2.8 KiB
Makefile

#**********************************************************************
#**********************************************************************
#** **
#** (C)Copyright 1985-2014, American Megatrends, Inc. **
#** **
#** All Rights Reserved. **
#** **
#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
#** **
#** Phone: (770)-246-8600 **
#** **
#**********************************************************************
#**********************************************************************
#<AMI_FHDR_START>
#----------------------------------------------------------------------
#
# Name: IT8625.mak
#
# Description: SIO module MAK file.
#
#----------------------------------------------------------------------
#<AMI_FHDR_END>
#**********************************************************************
#Include this only for Static Setup
#ifeq ("$(SIO_SETUP_USE_APTIO_4_STYLE)", "1"))
#----------------------------------------------------------------------
Prepare : BuildSioElink
#----------------------------------------------------------------------
# Generate SIO elink table
# 1. SIO init string table for SioSetup.c
#----------------------------------------------------------------------
BuildSioElink : $(BUILD_DIR)/Token.mak
$(ECHO) \
"\
#ifndef _SIO_ELINK_H_$(EOL)\
#define _SIO_ELINK_H_$(EOL)\
$(EOL)\
#define SIO_Init_Str_LIST $(SetupStrTableList)$(EOL)\
#endif$(EOL)\
"> $(BUILD_DIR)/SIOElink.h
#----------------------------------------------------------------------
#endif
#**********************************************************************
#**********************************************************************
#** **
#** (C)Copyright 1985-2014, American Megatrends, Inc. **
#** **
#** All Rights Reserved. **
#** **
#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
#** **
#** Phone: (770)-246-8600 **
#** **
#**********************************************************************
#**********************************************************************