source: ssp_qb_r5f100le_cs/trunk/arch/arm_m_gcc/Makefile.prc@ 95

Last change on this file since 95 was 95, checked in by nmir-saito, 9 years ago

ファイルの mime-type 変更

  • Property svn:mime-type set to text/plain; charset=shift_jis
File size: 814 bytes
Line 
1#
2# @(#) $Id: Makefile.prc 1304 2008-08-27 07:28:36Z ertl-honda $
3#
4
5#
6# Makefile のプロセッサ依存部(ARM-M用)
7#
8
9#
10# コンパイルオプション
11#
12COPTS := $(COPTS) -mthumb
13INCLUDES := $(INCLUDES) -I$(SRCDIR)/arch/$(PRC)_$(TOOL)/
14LDFLAGS := -nostdlib $(LDFLAGS)
15CDEFS := $(CDEFS) -DTOPPERS_LABEL_ASM
16LIBS := $(LIBS) -lgcc
17
18#
19# カーネルに関する定義
20#
21KERNEL_DIR := $(KERNEL_DIR) $(SRCDIR)/arch/$(PRC)_$(TOOL)
22KERNEL_ASMOBJS := $(KERNEL_ASMOBJS) prc_support.o
23KERNEL_COBJS := $(KERNEL_COBJS) prc_config.o prc_timer.o
24
25#
26# コンフィギュレータ関係の変数の定義
27#
28CFG_TABS := $(CFG_TABS) --cfg1-def-table $(SRCDIR)/arch/$(PRC)_$(TOOL)/prc_def.csv
29
30#
31# 依存関係の定義
32#
33cfg1_out.c: $(SRCDIR)/arch/$(PRC)_$(TOOL)/prc_def.csv
34kernel_cfg.timestamp: $(SRCDIR)/arch/$(PRC)_$(TOOL)/prc.tf
Note: See TracBrowser for help on using the repository browser.