diff options
| author | Tom Rini <trini@kernel.crashing.org> | 2002-07-21 20:07:21 -0700 |
|---|---|---|
| committer | Tom Rini <trini@kernel.crashing.org> | 2002-07-21 20:07:21 -0700 |
| commit | 25330c6041e9cc68e23541894035afd117d71456 (patch) | |
| tree | b638a7b733e80df35d5970eadf82651a1ea90e05 /arch/ppc/kernel/Makefile | |
| parent | 4872eaccd9c1926c2e047abd761a1076eb7c4d11 (diff) | |
PPC32: Allow Motorola machines with PPCBUG to get their boot args from NVRAM.
Diffstat (limited to 'arch/ppc/kernel/Makefile')
| -rw-r--r-- | arch/ppc/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/kernel/Makefile b/arch/ppc/kernel/Makefile index 3a8e5d1930b7..0c92373f434f 100644 --- a/arch/ppc/kernel/Makefile +++ b/arch/ppc/kernel/Makefile @@ -35,6 +35,7 @@ obj-$(CONFIG_PCI) += pci.o ifneq ($(CONFIG_PPC_ISERIES),y) obj-$(CONFIG_PCI) += pci-dma.o endif +obj-$(CONFIG_PPCBUG_NVRAM) += prep_nvram.o obj-$(CONFIG_KGDB) += ppc-stub.o obj-$(CONFIG_SMP) += smp.o obj-$(CONFIG_TAU) += temp.o |
