Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.18 8 lines 286 B view raw
1# SPDX-License-Identifier: GPL-2.0 2obj-$(CONFIG_B53) += b53_common.o 3 4obj-$(CONFIG_B53_SPI_DRIVER) += b53_spi.o 5obj-$(CONFIG_B53_MDIO_DRIVER) += b53_mdio.o 6obj-$(CONFIG_B53_MMAP_DRIVER) += b53_mmap.o 7obj-$(CONFIG_B53_SRAB_DRIVER) += b53_srab.o 8obj-$(CONFIG_B53_SERDES) += b53_serdes.o