1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for the PowerPC 86xx linux kernel. 4 # 5 6 obj-y := pic.o common.o 7 obj-$(CONFIG_SMP) += mpc86xx_smp.o 8 obj-$(CONFIG_GEF_SBC610) += gef_sbc610.o 9 obj-$(CONFIG_GEF_SBC310) += gef_sbc310.o 10 obj-$(CONFIG_GEF_PPC9A) += gef_ppc9a.o 11 obj-$(CONFIG_MVME7100) += mvme7100.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.