forked from Minki/linux
d3c7ffabf0
The TSI108 code and the 32 bit powermac and chrp platforms have dependency on PCI that is not easy or desirable to get rid of. The easiest fix is to always select CONFIG_PCI if one of those platforms is enabled. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
4 lines
107 B
Makefile
4 lines
107 B
Makefile
obj-y += setup.o time.o pegasos_eth.o pci.o
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
obj-$(CONFIG_NVRAM) += nvram.o
|