OSDN Git Service

Change the directry name to hirado
[trx-305dsp/dsp.git] / hirado / kernel / config / blackfin / ezkit_bf518_00 / Makefile.config
diff --git a/hirado/kernel/config/blackfin/ezkit_bf518_00/Makefile.config b/hirado/kernel/config/blackfin/ezkit_bf518_00/Makefile.config
new file mode 100644 (file)
index 0000000..2fd49db
--- /dev/null
@@ -0,0 +1,25 @@
+#
+#      Makefile のターゲットシステム依存部(EZ-KIT Lite BF518用)
+#
+
+#
+#  コンパイルオプション
+#
+INCLUDES := $(INCLUDES) -I$(SRCDIR)/config/$(CPU)/$(SYS)  -I$(SRCDIR)/config/$(CPU)/_common_bf518 \
+                       -I$(SRCDIR)/pdic/simple_sio
+COPTS := $(COPTS)
+LDFLAGS := $(LDFLAGS)
+
+#
+#  カーネルに関する定義
+#
+KERNEL_DIR := $(KERNEL_DIR):$(SRCDIR)/config/$(CPU)/$(SYS):$(SRCDIR)/config/$(CPU)/_common_bf518 \
+                               :$(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_bf518/bf518elf_00.ld
+