1 # SPDX-License-Identifier: GPL-2.0 !! 1 # 2 extra-y := vmlinux.lds !! 2 # Makefile for the linux kernel. >> 3 # >> 4 >> 5 ifndef CONFIG_SUN3 >> 6 extra-y := head.o >> 7 else >> 8 extra-y := sun3-head.o >> 9 endif >> 10 extra-y += vmlinux.lds 3 11 4 obj-y += head.o !! 12 obj-y := entry.o process.o traps.o ints.o signal.o ptrace.o module.o \ 5 obj-$(CONFIG_SMP) += smp.o !! 13 sys_m68k.o time.o setup.o m68k_ksyms.o devres.o 6 14 7 obj-y += setup.o irq_cpu.o traps.o syscalltab. !! 15 devres-y = ../../../kernel/irq/devres.o 8 obj-y += process.o trampoline.o reset.o ptrace << 9 16 10 obj-$(CONFIG_KGDB) += kgdb.o !! 17 obj-y$(CONFIG_MMU_SUN3) += dma.o # no, it's not a typo 11 obj-$(CONFIG_MODULES) += module.o hexagon_ksym << 12 << 13 # Modules required to work with the Hexagon Vi << 14 obj-y += vm_entry.o vm_events.o vm_switch.o vm << 15 obj-y += vm_vectors.o << 16 << 17 obj-$(CONFIG_HAS_DMA) += dma.o << 18 << 19 obj-$(CONFIG_STACKTRACE) += stacktrace.o <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.