mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-01 12:54:13 +00:00
Switch to the generic noncoherent direct mapping implementation. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Mark Salter <msalter@redhat.com>
13 lines
312 B
Makefile
13 lines
312 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for arch/c6x/kernel/
|
|
#
|
|
|
|
extra-y := head.o vmlinux.lds
|
|
|
|
obj-y := process.o traps.o irq.o signal.o ptrace.o
|
|
obj-y += setup.o sys_c6x.o time.o devicetree.o
|
|
obj-y += switch_to.o entry.o vectors.o c6x_ksyms.o
|
|
obj-y += soc.o
|
|
|
|
obj-$(CONFIG_MODULES) += module.o
|