1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for the PowerPC 83xx linux kernel. 4 # 5 obj-y := misc.o 6 obj-$(CONFIG_SUSPEND) += suspend.o suspend-asm.o 7 obj-$(CONFIG_MCU_MPC8349EMITX) += mcu_mpc8349emitx.o 8 obj-$(CONFIG_MPC830x_RDB) += mpc830x_rdb.o 9 obj-$(CONFIG_MPC831x_RDB) += mpc831x_rdb.o 10 obj-$(CONFIG_MPC832x_RDB) += mpc832x_rdb.o 11 obj-$(CONFIG_MPC834x_ITX) += mpc834x_itx.o 12 obj-$(CONFIG_MPC836x_RDK) += mpc836x_rdk.o 13 obj-$(CONFIG_MPC837x_RDB) += mpc837x_rdb.o 14 obj-$(CONFIG_ASP834x) += asp834x.o 15 obj-$(CONFIG_KMETER1) += km83xx.o 16 obj-$(CONFIG_PPC_MPC831x) += usb_831x.o 17 obj-$(CONFIG_PPC_MPC834x) += usb_834x.o 18 obj-$(CONFIG_PPC_MPC837x) += usb_837x.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.