aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/chrp/Makefile
diff options
context:
space:
mode:
authorOlaf Hering <olh@suse.de>2005-10-28 17:46:19 -0700
committerPaul Mackerras <paulus@samba.org>2005-10-29 14:35:00 +1000
commit35e95e63995f3e52178db4b769120ce60deb6b54 (patch)
tree17e81624cd6af0cf645948a175160a62f29b07c8 /arch/powerpc/platforms/chrp/Makefile
parent[PATCH] ppc: make phys_mem_access_prot() work with pfns instead of addresses (diff)
downloadlinux-dev-35e95e63995f3e52178db4b769120ce60deb6b54.tar.xz
linux-dev-35e95e63995f3e52178db4b769120ce60deb6b54.zip
[PATCH] ppc32: nvram driver for chrp
This implements a nvram acccess method, similar to arch/ppc64/kernel/pSeries_nvram.c tested on CHRP B50. Signed-off-by: Olaf Hering <olh@suse.de> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/chrp/Makefile')
-rw-r--r--arch/powerpc/platforms/chrp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/chrp/Makefile b/arch/powerpc/platforms/chrp/Makefile
index 1fde4e68414f..902feb1ac431 100644
--- a/arch/powerpc/platforms/chrp/Makefile
+++ b/arch/powerpc/platforms/chrp/Makefile
@@ -1,3 +1,4 @@
obj-y += setup.o time.o pegasos_eth.o
obj-$(CONFIG_PCI) += pci.o
obj-$(CONFIG_SMP) += smp.o
+obj-$(CONFIG_NVRAM) += nvram.o