diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-06-21 15:35:28 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-23 23:15:02 -0700 |
commit | 372b07bb5a13f8a1b8a3ce49cd76d39a79dbd3bd (patch) | |
tree | 934af50f039921411e2ab6f4678b083f2b8c7eed /arch/sparc64/kernel/Makefile | |
parent | 8fae097debdf8ac9b66d220ac258535ea09f3898 (diff) | |
download | op-kernel-dev-372b07bb5a13f8a1b8a3ce49cd76d39a79dbd3bd.zip op-kernel-dev-372b07bb5a13f8a1b8a3ce49cd76d39a79dbd3bd.tar.gz |
[SPARC64]: Import OBP device tree into kernel data structures.
The basic framework is based on the PowerPC OF code.
This code even tries to get the device addressing components
correct in the full path names.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/Makefile')
-rw-r--r-- | arch/sparc64/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/Makefile b/arch/sparc64/kernel/Makefile index 6f68164..7f00189 100644 --- a/arch/sparc64/kernel/Makefile +++ b/arch/sparc64/kernel/Makefile @@ -12,7 +12,7 @@ obj-y := process.o setup.o cpu.o idprom.o \ irq.o ptrace.o time.o sys_sparc.o signal.o \ unaligned.o central.o pci.o starfire.o semaphore.o \ power.o sbus.o iommu_common.o sparc64_ksyms.o chmc.o \ - visemul.o + visemul.o prom.o obj-$(CONFIG_PCI) += ebus.o isa.o pci_common.o pci_iommu.o \ pci_psycho.o pci_sabre.o pci_schizo.o \ |