[package] 6to4: support multiple internal networks, use state vars for radvd config
[openwrt/svn-archive/archive.git] / target / linux / mpc83xx / patches-2.6.35 / 005-kernel_Makefile.patch
1 --- a/arch/powerpc/kernel/Makefile
2 +++ b/arch/powerpc/kernel/Makefile
3 @@ -105,9 +105,11 @@ obj32-$(CONFIG_PPC_PERF_CTRS) += mpc7450
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)