f0f8d7ae39
The on chip memory allocator is entirely unused in the kernel tree. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/7b1668941ad1041d08b19167030868de5840b153.1566309262.git.christophe.leroy@c-s.fr
9 lines
282 B
Makefile
9 lines
282 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-y += uic.o machine_check.o
|
|
obj-$(CONFIG_4xx_SOC) += soc.o
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
obj-$(CONFIG_PPC4xx_HSTA_MSI) += hsta_msi.o
|
|
obj-$(CONFIG_PPC4xx_MSI) += msi.o
|
|
obj-$(CONFIG_PPC4xx_CPM) += cpm.o
|
|
obj-$(CONFIG_PPC4xx_GPIO) += gpio.o
|