Skip to content

Commit

Permalink
[PATCH] powerpc: split device tree stuff out of iseries/setup.c
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed May 24, 2006
1 parent 9ceb190 commit c81014f
Show file tree
Hide file tree
Showing 4 changed files with 622 additions and 578 deletions.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/iseries/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
EXTRA_CFLAGS += -mno-minimal-toc

obj-y += hvlog.o hvlpconfig.o lpardata.o setup.o mf.o lpevents.o \
obj-y += hvlog.o hvlpconfig.o lpardata.o setup.o dt.o mf.o lpevents.o \
hvcall.o proc.o htab.o iommu.o misc.o irq.o
obj-$(CONFIG_PCI) += pci.o vpdinfo.o
obj-$(CONFIG_SMP) += smp.o
Expand Down
Loading

0 comments on commit c81014f

Please sign in to comment.