aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel/Makefile
diff options
context:
space:
mode:
authorYoshinori Sato <ysato@users.sourceforge.jp>2015-05-08 23:23:18 +0900
committerYoshinori Sato <ysato@users.sourceforge.jp>2015-06-23 13:35:54 +0900
commit8dbdef22d5a720e66ac3939d4c4f7004ef9dd7b4 (patch)
tree3b85c10115ad7e95be5637cb90457c6ca2c9c0c4 /arch/h8300/kernel/Makefile
parenth8300: library functions (diff)
downloadlinux-dev-8dbdef22d5a720e66ac3939d4c4f7004ef9dd7b4.tar.xz
linux-dev-8dbdef22d5a720e66ac3939d4c4f7004ef9dd7b4.zip
h8300: Build scripts
h8300's Makefile, Kconfig and memory layout. Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'arch/h8300/kernel/Makefile')
-rw-r--r--arch/h8300/kernel/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/h8300/kernel/Makefile b/arch/h8300/kernel/Makefile
new file mode 100644
index 000000000000..5bc33f2fcc08
--- /dev/null
+++ b/arch/h8300/kernel/Makefile
@@ -0,0 +1,19 @@
+#
+# Makefile for the linux kernel.
+#
+
+extra-y := vmlinux.lds
+
+obj-y := process.o traps.o ptrace.o \
+ signal.o setup.o syscalls.o \
+ irq.o entry.o dma.o
+
+obj-$(CONFIG_ROMKERNEL) += head_rom.o
+obj-$(CONFIG_RAMKERNEL) += head_ram.o
+
+obj-$(CONFIG_MODULES) += module.o h8300_ksyms.o
+obj-$(CONFIG_H8300H_SIM) += sim-console.o
+obj-$(CONFIG_H8S_SIM) += sim-console.o
+
+obj-$(CONFIG_CPU_H8300H) += ptrace_h.o
+obj-$(CONFIG_CPU_H8S) += ptrace_s.o