OSDN Git Service

Change the directry name to hirado
[trx-305dsp/dsp.git] / hirado / kernel / config / blackfin / ezkit_bf506 / Makefile.config
1 #
2 #       Makefile のターゲットシステム依存部(EZ-KIT Lite BF506用)
3 #
4
5 #
6 #  コンパイルオプション
7 #
8 INCLUDES := $(INCLUDES) -I$(SRCDIR)/config/$(CPU)/$(SYS)  -I$(SRCDIR)/config/$(CPU)/_common_bf506 \
9                         -I$(SRCDIR)/pdic/simple_sio
10 COPTS := $(COPTS)
11 LDFLAGS := $(LDFLAGS)
12
13 #
14 #  カーネルに関する定義
15 #
16 KERNEL_DIR := $(KERNEL_DIR):$(SRCDIR)/config/$(CPU)/$(SYS):$(SRCDIR)/config/$(CPU)/_common_bf506 \
17                                 :$(SRCDIR)/pdic/simple_sio
18 KERNEL_ASMOBJS := $(KERNEL_ASMOBJS)
19 KERNEL_COBJS := $(KERNEL_COBJS) chip_config.o uart.o chip_debugboot.o chip_dump.o
20
21 #
22 #  リンカスクリプトの定義
23 #
24 LDSCRIPT = $(CPU)/_common_bf506/bf506elf.ld
25