source: anotherchoice/tags/jsp-1.4.4-full-UTF8/config/armv4/integrator/Makefile.config@ 26

Last change on this file since 26 was 26, checked in by ykominami, 12 years ago

initial

File size: 915 bytes
RevLine 
[26]1#
2# @(#) $Id: Makefile.config,v 1.2 2004/05/26 19:14:24 honda Exp $
3#
4
5#
6# Makefile のシステム依存部分(INTEGRATOR用)
7#
8
9#
10# コンパイルフラグ
11#
12INCLUDES := $(INCLUDES) -I$(CONFIGDIR)/$(CPU)/$(SYS)
13COPTS := $(COPTS) -mcpu=arm9tdmi -Wa,--gstabs
14LDFLAGS := $(LDFLAGS) -mcpu=arm9tdmi -N
15
16#
17# カーネルに関する定義
18#
19KERNEL_DIR := $(KERNEL_DIR):$(CONFIGDIR)/$(CPU)/$(SYS)
20KERNEL_ASMOBJS := $(KERNEL_ASMOBJS) sys_support.o
21KERNEL_COBJS := $(KERNEL_COBJS) sys_config.o integrator.o
22
23#
24# リンカスクリプトの定義
25#
26LDSCRIPT = $(CPU)/$(SYS)/integrator.ld
27
28
29#
30# ターゲットボード依存の定義
31#
32
33# INTEGRATOR用
34COPTS := $(COPTS) -DINTEGRATOR -mlittle-endian
35LDFLAGS := $(LDFLAGS) -mlittle-endian
36#TEXT_START_ADDRESS=0x1000003c
37TEXT_START_ADDRESS=0x10800000
38DATA_START_ADDRESS=0x10810000
39
40#TEXT_START_ADDRESS=0x00000000
41#DATA_START_ADDRESS=0x00810000
Note: See TracBrowser for help on using the repository browser.