OSDN Git Service

Change the directry name to hirado
[trx-305dsp/dsp.git] / hirado / kernel / config / blackfin / trx_305 / Makefile.config
1 #
2 #       Makefile のターゲットシステム依存部(EZ-KIT lite TRX305用)
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) -mfast-fp -ffast-math
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 LDROPTS = -T BF533 -c -g 1 $(OBJNAME).ldr $(OBJNAME) --bmode spi
25
26 #
27 #  リンカスクリプトの定義
28 #
29 LDSCRIPT = $(CPU)/_common_bf533/bf533elf.ld
30 #LIBS := $(LIBS) -lm -lc -lg -lbffastfp
31 LIBS := $(LIBS)  -lbfdsp -lm -lc -lbffastfp
32