1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for the PowerPC 8xx linux kernel. 4 # 5 obj-y += m8xx_setup.o machine_check.o pic.o 6 obj-$(CONFIG_CPM1) += cpm1.o cpm1-ic.o 7 obj-$(CONFIG_UCODE_PATCH) += micropatch.o 8 obj-$(CONFIG_MPC885ADS) += mpc885ads_setup.o 9 obj-$(CONFIG_MPC86XADS) += mpc86xads_setup.o 10 obj-$(CONFIG_PPC_EP88XC) += ep88xc.o 11 obj-$(CONFIG_PPC_ADDER875) += adder875.o 12 obj-$(CONFIG_TQM8XX) += tqm8xx_setup.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.