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 v4.14 8 lines 269 B view raw
1# SPDX-License-Identifier: GPL-2.0 2p54common-objs := eeprom.o fwio.o txrx.o main.o 3p54common-$(CONFIG_P54_LEDS) += led.o 4 5obj-$(CONFIG_P54_COMMON) += p54common.o 6obj-$(CONFIG_P54_USB) += p54usb.o 7obj-$(CONFIG_P54_PCI) += p54pci.o 8obj-$(CONFIG_P54_SPI) += p54spi.o