Makefile 183 B

1234567
  1. #
  2. # Makefile for the PowerPC 83xx linux kernel.
  3. #
  4. obj-y := misc.o
  5. obj-$(CONFIG_PCI) += pci.o
  6. obj-$(CONFIG_MPC834x_SYS) += mpc834x_sys.o
  7. obj-$(CONFIG_MPC834x_ITX) += mpc834x_itx.o