Ignore:
Timestamp:
Aug 23, 2017, 9:27:43 AM (7 years ago)
Author:
coas-nagasima
Message:

文字コードを設定

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/asp3_dcre/arch/arm_gcc/rza1/Makefile.chip

    • Property svn:mime-type changed from text/x-makefile to text/x-makefile;charset=UTF-8
    r270 r321  
    11#
    2 #               Makefile のチップ依存部(RZ/A1用)
     2#               Makefile のチップ依存部(RZ/A1用)
    33#
    4 #  $Id: Makefile.chip 720 2016-04-01 22:16:17Z ertl-hiro $
     4#  $Id$
    55#
    66
    77#
    8 ãƒãƒƒãƒ—依存部ディレクトリ名の定義
     8チップ依存部ディレクトリ名の定義
    99#
    1010CHIPDIR = $(SRCDIR)/arch/$(CORE)_$(TOOL)/$(CHIP)
    1111
    1212#
    13 ã‚³ãƒ³ãƒ‘イルオプション
     13コンパイルオプション
    1414#
    1515INCLUDES := $(INCLUDES) -I$(CHIPDIR)
     
    1919
    2020#
    21 ã‚«ãƒ¼ãƒãƒ«ã«é–¢ã™ã‚‹å®šç¾©
     21カーネルに関する定義
    2222#
    2323KERNEL_DIRS := $(KERNEL_DIRS) $(CHIPDIR)
     
    2727
    2828#
    29 ã‚³ãƒ³ãƒ•ã‚£ã‚®ãƒ¥ãƒ¬ãƒ¼ã‚¿é–¢ä¿‚の変数の定義
     29コンフィギュレータ関係の変数の定義
    3030#
    3131CFG_TABS := $(CFG_TABS) --symval-table $(CHIPDIR)/chip_sym.def
    3232
    3333#
    34 ã‚³ã‚¢ä¾å­˜éƒ¨
     34コア依存部
    3535#
    3636include $(SRCDIR)/arch/$(CORE)_$(TOOL)/common/Makefile.core
Note: See TracChangeset for help on using the changeset viewer.