OSDN Git Service

Change the directry name to hirado
[trx-305dsp/dsp.git] / trx305 / kernel / config / blackfin / ekit_bf533 / Makefile.config
diff --git a/trx305/kernel/config/blackfin/ekit_bf533/Makefile.config b/trx305/kernel/config/blackfin/ekit_bf533/Makefile.config
deleted file mode 100644 (file)
index 30706cd..0000000
+++ /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
-