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 master 8 lines 277 B view raw
1# SPDX-License-Identifier: GPL-2.0 2 3subdir-ccflags-y += -I$(src)/.. 4 5drm_client_lib-y := drm_client_setup.o 6drm_client_lib-$(CONFIG_DRM_CLIENT_LOG) += drm_log.o 7drm_client_lib-$(CONFIG_DRM_FBDEV_EMULATION) += drm_fbdev_client.o 8obj-$(CONFIG_DRM_CLIENT_LIB) += drm_client_lib.o