mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
116ab40df8
arch/powerpc/platforms/pasemi/gpio_mdio.c really depends on CONFIG_PHYLIB. Add a config option for it, allow for it to be disabled if needed and fix the dependency. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
3 lines
102 B
Makefile
3 lines
102 B
Makefile
obj-y += setup.o pci.o time.o idle.o powersave.o iommu.o
|
|
obj-$(CONFIG_PPC_PASEMI_MDIO) += gpio_mdio.o
|