]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - arch/h8300/kernel/Makefile
Merge tag 'docs-5.11-2' of git://git.lwn.net/linux
[mirror_ubuntu-hirsute-kernel.git] / arch / h8300 / kernel / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the linux kernel.
4 #
5
6 extra-y := vmlinux.lds
7
8 obj-y := process.o traps.o ptrace.o \
9 signal.o setup.o syscalls.o \
10 irq.o entry.o
11
12 obj-$(CONFIG_ROMKERNEL) += head_rom.o
13 obj-$(CONFIG_RAMKERNEL) += head_ram.o
14
15 obj-$(CONFIG_MODULES) += module.o h8300_ksyms.o
16 obj-$(CONFIG_H8300H_SIM) += sim-console.o
17 obj-$(CONFIG_H8S_SIM) += sim-console.o
18
19 obj-$(CONFIG_CPU_H8300H) += ptrace_h.o
20 obj-$(CONFIG_CPU_H8S) += ptrace_s.o
21
22 obj-$(CONFIG_KGDB) += kgdb.o