⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 norflash的文件系统。 用于中低端手机开发的参考
💻
字号:
################################################################################
#  FILE NAME : Makefile
#
#  DESCRIPTION: This makefile defines the rules to build FFS
#
#  $Log: Makefile $
#  Revision 1.1  2003/11/07 19:00:09  xuhua
#  Initial revision
#  Revision 1.1  2003/10/21 16:05:00  hanxiao99
#  Initial revision
#  Revision 1.1  2003/10/08 14:44:01  hanxiao99
#  Initial revision
#  Revision 1.1  2003/09/03 15:06:42  hanxiao99
#  Initial revision
#  Revision 1.1  2003/07/31 05:22:39  javese
#  Initial revision
#  Revision 1.1  2002/11/20 06:16:48  wavis
#  Initial revision
#  Revision 1.3  2002/05/29 13:05:36  mshaver
#  Added VIA Technologies copyright notice to all source files.
#  Revision 1.2  2001/12/15 15:56:09  mshaver
#  Added fsiver.o to the object list.
#  Revision 1.1  2001/11/21 14:06:43  mshaver
#  Initial revision
#
# COPYRIGHT (c) 2001-2002 LSI Logic Corporation
# COPYRIGHT (c) 2002, VIA Technologies, Inc.
#
################################################################################

# Include the Common Makefile
# ---------------------------

include ../makefile_hdr

# Project Specific Modifications to global variables
# --------------------------------------------------

# Remove -zat4
# ------------

CC_SW_ZAT = 

# Project Specific Modifications to global variables
# --------------------------------------------------

# Global Include Paths for Compiler
# ---------------------------------


# Remove ANSI Strict
# ------------------

CC_SW_ANSI =

# Object Files Required for the Library Build
# -------------------------------------------

OBJS_LOCAL  = ffstask.o 

# Name of Unit to Make
# --------------------

UNIT_NAME = ffs

#******************
#* Ending Include *
#******************

include ../makefile_end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -