]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/h8300/kernel/Makefile
Merge tag 'amd-drm-fixes-5.11-2020-12-23' of git://people.freedesktop.org/~agd5f...
[mirror_ubuntu-hirsute-kernel.git] / arch / h8300 / kernel / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
8dbdef22
YS
2#
3# Makefile for the linux kernel.
4#
5
6extra-y := vmlinux.lds
7
8obj-y := process.o traps.o ptrace.o \
9 signal.o setup.o syscalls.o \
23475ad4 10 irq.o entry.o
8dbdef22
YS
11
12obj-$(CONFIG_ROMKERNEL) += head_rom.o
13obj-$(CONFIG_RAMKERNEL) += head_ram.o
14
15obj-$(CONFIG_MODULES) += module.o h8300_ksyms.o
16obj-$(CONFIG_H8300H_SIM) += sim-console.o
17obj-$(CONFIG_H8S_SIM) += sim-console.o
18
19obj-$(CONFIG_CPU_H8300H) += ptrace_h.o
20obj-$(CONFIG_CPU_H8S) += ptrace_s.o
96ff2d70
YS
21
22obj-$(CONFIG_KGDB) += kgdb.o