Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18574
b: refs/heads/master
c: e05b3b4
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mackerras committed Jan 15, 2006
1 parent c9f35b0 commit 385e3b0
Show file tree
Hide file tree
Showing 4 changed files with 1,900 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 820a8ce7931d18338e5c089725ec083518da1644
refs/heads/master: e05b3b4adbaeea508bd1c195f1f2e22c8251176b
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ obj-$(CONFIG_MODULES) += $(module-y)

pci64-$(CONFIG_PPC64) += pci_64.o pci_dn.o pci_iommu.o \
pci_direct_iommu.o iomap.o
obj-$(CONFIG_PCI) += $(pci64-y)
pci32-$(CONFIG_PPC32) := pci_32.o
obj-$(CONFIG_PCI) += $(pci64-y) $(pci32-y)
kexec-$(CONFIG_PPC64) := machine_kexec_64.o crash.o
kexec-$(CONFIG_PPC32) := machine_kexec_32.o
obj-$(CONFIG_KEXEC) += machine_kexec.o $(kexec-y)
Expand Down
Loading

0 comments on commit 385e3b0

Please sign in to comment.