Makefile 390 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the CRIS port.
#

CPPFLAGS_vmlinux.lds := -DDRAM_VIRTUAL_BASE=0x$(CONFIG_ETRAX_DRAM_VIRTUAL_BASE)
extra-y := vmlinux.lds

obj-y := process.o traps.o irq.o ptrace.o setup.o time.o sys_cris.o
obj-y += stacktrace.o

obj-$(CONFIG_MODULES)		+= crisksyms.o
obj-$(CONFIG_MODULES)		+= module.o
obj-$(CONFIG_SYSTEM_PROFILER)	+= profile.o

clean: