329aa5885c203ac5c80061a7e1707a3a74123126
[openwrt/openwrt.git] / target / linux / mpc83xx / patches-2.6.36 / 005-kernel_Makefile.patch
1 --- a/arch/powerpc/kernel/Makefile
2 +++ b/arch/powerpc/kernel/Makefile
3 @@ -116,9 +116,11 @@ obj-$(CONFIG_FSL_EMB_PERF_EVENT_E500) +=
4
5 obj-$(CONFIG_8XX_MINIMAL_FPEMU) += softemu8xx.o
6
7 +ifneq ($(CONFIG_RB_IOMAP),y)
8 ifneq ($(CONFIG_PPC_INDIRECT_IO),y)
9 obj-y += iomap.o
10 endif
11 +endif
12
13 obj-$(CONFIG_PPC64) += $(obj64-y)
14 obj-$(CONFIG_PPC32) += $(obj32-y)