1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for the linux kernel. 4 # 5 6 extra-y := vmlinux.lds 7 8 obj-y := head.o 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:
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.