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

Configure Feed

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

at v5.10 10 lines 161 B view raw
1# SPDX-License-Identifier: GPL-2.0 2zxdrm-y := \ 3 zx_drm_drv.o \ 4 zx_hdmi.o \ 5 zx_plane.o \ 6 zx_tvenc.o \ 7 zx_vga.o \ 8 zx_vou.o 9 10obj-$(CONFIG_DRM_ZTE) += zxdrm.o