OSDN Git Service

937b37dcb04bc6c74249bd467891bcd1b41c5c47
[trx-305dsp/dsp.git] / trx305 / kernel / config / blackfin / ezkit_bf533 / Makefile.config
1 #
2 #       Makefile のターゲットシステム依存部(EZ-KIT lite BF533用)
3 #
4
5 #
6 #  コンパイルオプション
7 #
8 INCLUDES := $(INCLUDES) -I$(SRCDIR)/config/$(CPU)/$(SYS) \
9                         -I$(SRCDIR)/config/$(CPU)/_common_bf533 \
10                         -I$(SRCDIR)/pdic/simple_sio
11 COPTS := $(COPTS)
12 LDFLAGS := $(LDFLAGS)
13
14 #
15 #  カーネルに関する定義
16 #
17 KERNEL_DIR := $(KERNEL_DIR) :$(SRCDIR)/config/$(CPU)/$(SYS) :$(SRCDIR)/config/$(CPU)/_common_bf533 :$(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 #
25 LDSCRIPT = $(CPU)/_common_bf533/bf533elf.ld
26