X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=trx305%2Fkernel%2Fconfig%2Fblackfin%2Fekit_bf533%2FMakefile.config;fp=trx305%2Fkernel%2Fconfig%2Fblackfin%2Fekit_bf533%2FMakefile.config;h=0000000000000000000000000000000000000000;hb=3225853d505887d684356245571ca40edb8fab47;hp=30706cdb018913f5376d075358c6a92d535897ae;hpb=b4022c9a6d577ab1fd3dcf4162c0b74433bc76d9;p=trx-305dsp%2Fdsp.git diff --git a/trx305/kernel/config/blackfin/ekit_bf533/Makefile.config b/trx305/kernel/config/blackfin/ekit_bf533/Makefile.config deleted file mode 100644 index 30706cd..0000000 --- a/trx305/kernel/config/blackfin/ekit_bf533/Makefile.config +++ /dev/null @@ -1,26 +0,0 @@ -# -# Makefile のターゲットシステム依存部(E!Kit-BF533用) -# - -# -# コンパイルオプション -# -INCLUDES := $(INCLUDES) -I$(SRCDIR)/config/$(CPU)/$(SYS) \ - -I$(SRCDIR)/config/$(CPU)/_common_bf533 \ - -I$(SRCDIR)/pdic/simple_sio -COPTS := $(COPTS) -LDFLAGS := $(LDFLAGS) - -# -# カーネルに関する定義 -# -KERNEL_DIR := $(KERNEL_DIR) :$(SRCDIR)/config/$(CPU)/$(SYS) :$(SRCDIR)/config/$(CPU)/_common_bf533 :$(SRCDIR)/pdic/simple_sio -KERNEL_ASMOBJS := $(KERNEL_ASMOBJS) -KERNEL_COBJS := $(KERNEL_COBJS) chip_config.o uart.o chip_debugboot.o chip_dump.o - - -# -# リンカスクリプトの定義 -# -LDSCRIPT = $(CPU)/_common_bf533/bf533elf.ld -