Makefile 264 B

12345678
  1. #
  2. # Makefile for the PowerPC 85xx linux kernel.
  3. #
  4. obj-$(CONFIG_MPC8540_ADS) += mpc85xx_ads.o
  5. obj-$(CONFIG_MPC8560_ADS) += mpc85xx_ads.o
  6. obj-$(CONFIG_MPC85xx_CDS) += mpc85xx_cds.o
  7. obj-$(CONFIG_MPC85xx_DS) += mpc85xx_ds.o
  8. obj-$(CONFIG_MPC85xx_MDS) += mpc85xx_mds.o