mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 05:41:55 +00:00
f9c3a570f5
Switch PPC32 kernels from the generic_nvram module to the nvram module. Also fix a theoretical bug where CHRP omits the chrp_nvram_init() call when CONFIG_NVRAM_MODULE=m. Tested-by: Stan Johnson <userm57@yahoo.com> Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4 lines
111 B
Makefile
4 lines
111 B
Makefile
obj-y += setup.o time.o pegasos_eth.o pci.o
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
obj-$(CONFIG_NVRAM:m=y) += nvram.o
|