Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client
[deliverable/linux.git] / arch / powerpc / platforms / 86xx / Makefile
1 #
2 # Makefile for the PowerPC 86xx linux kernel.
3 #
4
5 obj-y := pic.o common.o
6 obj-$(CONFIG_SMP) += mpc86xx_smp.o
7 obj-$(CONFIG_MPC8641_HPCN) += mpc86xx_hpcn.o
8 obj-$(CONFIG_SBC8641D) += sbc8641d.o
9 obj-$(CONFIG_MPC8610_HPCD) += mpc8610_hpcd.o
10 obj-$(CONFIG_GEF_SBC610) += gef_sbc610.o
11 obj-$(CONFIG_GEF_SBC310) += gef_sbc310.o
12 obj-$(CONFIG_GEF_PPC9A) += gef_ppc9a.o
13 obj-$(CONFIG_MVME7100) += mvme7100.o
This page took 0.037779 seconds and 6 git commands to generate.