]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blob - arch/openrisc/kernel/Makefile
Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[mirror_ubuntu-eoan-kernel.git] / arch / openrisc / kernel / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the linux kernel.
4 #
5
6 extra-y := head.o vmlinux.lds
7
8 obj-y := setup.o or32_ksyms.o process.o dma.o \
9 traps.o time.o irq.o entry.o ptrace.o signal.o \
10 sys_call_table.o unwinder.o
11
12 obj-$(CONFIG_SMP) += smp.o sync-timer.o
13 obj-$(CONFIG_STACKTRACE) += stacktrace.o
14 obj-$(CONFIG_MODULES) += module.o
15 obj-$(CONFIG_OF) += prom.o
16
17 clean: