OSDN Git Service

Change the directry name to hirado
[trx-305dsp/dsp.git] / hirado / kernel / config / blackfin / ekit_bf533 / Makefile.config
diff --git a/hirado/kernel/config/blackfin/ekit_bf533/Makefile.config b/hirado/kernel/config/blackfin/ekit_bf533/Makefile.config
new file mode 100644 (file)
index 0000000..30706cd
--- /dev/null
@@ -0,0 +1,26 @@
+#
+#      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
+