OSDN Git Service

Change the directry name to hirado
[trx-305dsp/dsp.git] / trx305 / kernel / config / blackfin / ezkit_bf537 / Makefile.config
diff --git a/trx305/kernel/config/blackfin/ezkit_bf537/Makefile.config b/trx305/kernel/config/blackfin/ezkit_bf537/Makefile.config
deleted file mode 100644 (file)
index ca67cf3..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-#      Makefile のターゲットシステム依存部(EZ-KIT Lite BF537用)
-#
-
-#
-#  コンパイルオプション
-#
-INCLUDES := $(INCLUDES) -I$(SRCDIR)/config/$(CPU)/$(SYS)  -I$(SRCDIR)/config/$(CPU)/_common_bf537 \
-                       -I$(SRCDIR)/pdic/simple_sio
-COPTS := $(COPTS)
-LDFLAGS := $(LDFLAGS)
-
-#
-#  カーネルに関する定義
-#
-KERNEL_DIR := $(KERNEL_DIR):$(SRCDIR)/config/$(CPU)/$(SYS):$(SRCDIR)/config/$(CPU)/_common_bf537 \
-                               :$(SRCDIR)/pdic/simple_sio
-KERNEL_ASMOBJS := $(KERNEL_ASMOBJS)
-KERNEL_COBJS := $(KERNEL_COBJS) chip_config.o uart.o chip_debugboot.o chip_mmr.o chip_dump.o
-
-#
-#  リンカスクリプトの定義
-#
-LDSCRIPT = $(CPU)/_common_bf537/bf537elf.ld
-