Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
[sfrench/cifs-2.6.git] / arch / powerpc / platforms / iseries / Makefile
1 EXTRA_CFLAGS    += -mno-minimal-toc
2
3 extra-y += dt.o
4
5 obj-y += exception.o
6 obj-y += hvlog.o hvlpconfig.o lpardata.o setup.o dt_mod.o mf.o lpevents.o \
7         hvcall.o proc.o htab.o iommu.o misc.o irq.o
8 obj-$(CONFIG_PCI) += pci.o
9 obj-$(CONFIG_SMP) += smp.o
10 obj-$(CONFIG_VIOPATH) += viopath.o vio.o
11 obj-$(CONFIG_MODULES) += ksyms.o
12
13 quiet_cmd_dt_strings = DT_STR  $@
14       cmd_dt_strings = $(OBJCOPY) --rename-section .rodata.str1.8=.dt_strings \
15                                 $< $@
16
17 $(obj)/dt_mod.o:        $(obj)/dt.o
18         $(call if_changed,dt_strings)